Uses of Class
org.conscrypt.NativeRef.CMAC_CTX
-
Packages that use NativeRef.CMAC_CTX Package Description org.conscrypt -
-
Uses of NativeRef.CMAC_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.CMAC_CTX Modifier and Type Field Description private NativeRef.CMAC_CTXOpenSSLMac.AesCmac. ctxMethods in org.conscrypt with parameters of type NativeRef.CMAC_CTX Modifier and Type Method Description (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)
-