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