Uses of Class
org.conscrypt.NativeRef.HMAC_CTX
Packages that use NativeRef.HMAC_CTX
-
Uses of NativeRef.HMAC_CTX in org.conscrypt
Fields in org.conscrypt declared as NativeRef.HMAC_CTXMethods in org.conscrypt with parameters of type NativeRef.HMAC_CTXModifier and TypeMethodDescription(package private) static byte[]
NativeCrypto.HMAC_Final
(NativeRef.HMAC_CTX ctx) (package private) static void
NativeCrypto.HMAC_Init_ex
(NativeRef.HMAC_CTX ctx, byte[] key, long evp_md) (package private) static void
NativeCrypto.HMAC_Update
(NativeRef.HMAC_CTX ctx, byte[] in, int inOffset, int inLength) (package private) static void
NativeCrypto.HMAC_UpdateDirect
(NativeRef.HMAC_CTX ctx, long inPtr, int inLength)