Searched refs:HMAC_CTX_new (Results 1 – 12 of 12) sorted by relevance
96 OPENSSL_EXPORT HMAC_CTX *HMAC_CTX_new(void);
86 NativeRef.HMAC_CTX ctxLocal = new NativeRef.HMAC_CTX(NativeCrypto.HMAC_CTX_new()); in resetContext()
338 static native long HMAC_CTX_new(); in HMAC_CTX_new() method in NativeCrypto
89 NativeRef.HMAC_CTX ctxLocal = new NativeRef.HMAC_CTX(NativeCrypto.HMAC_CTX_new()); in resetContext()
353 static native long HMAC_CTX_new(); in HMAC_CTX_new() method in NativeCrypto
90 HMAC_CTX *HMAC_CTX_new(void) { in HMAC_CTX_new() function
43 static HMAC_CTX * HMAC_CTX_new(void) in HMAC_CTX_new() function1014 ctx->ctx = HMAC_CTX_new(); in crypto_hash_init()1081 ctx = HMAC_CTX_new(); in openssl_hmac_vector()
201 HMAC_CTX* hmac = HMAC_CTX_new(); in aes_gcm_derive_aead_key()
1040 HMAC_CTX_new
2592 '#define HMAC_CTX_new GRPC_SHADOW_HMAC_CTX_new',
1068 #define HMAC_CTX_new GRPC_SHADOW_HMAC_CTX_new macro
10019 CONSCRYPT_NATIVE_METHOD(HMAC_CTX_new, "()J"),