Uses of Class
org.conscrypt.NativeRef.CMAC_CTX
Packages that use NativeRef.CMAC_CTX
-
Uses of NativeRef.CMAC_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.CMAC_CTXMethods in org.conscrypt with parameters of type NativeRef.CMAC_CTXModifier and TypeMethodDescription(package private) static byte[]NativeCrypto.CMAC_Final(NativeRef.CMAC_CTX ctx) (package private) static voidNativeCrypto.CMAC_Init(NativeRef.CMAC_CTX ctx, byte[] key) (package private) static voidNativeCrypto.CMAC_Reset(NativeRef.CMAC_CTX ctx) (package private) static voidNativeCrypto.CMAC_Update(NativeRef.CMAC_CTX ctx, byte[] in, int inOffset, int inLength) (package private) static voidNativeCrypto.CMAC_UpdateDirect(NativeRef.CMAC_CTX ctx, long inPtr, int inLength)