Searched refs:HMAC_CTX_new (Results 1 – 4 of 4) sorted by relevance
83 NativeRef.HMAC_CTX ctxLocal = new NativeRef.HMAC_CTX(NativeCrypto.HMAC_CTX_new()); in resetContext()
334 public static native long HMAC_CTX_new(); in HMAC_CTX_new() method in NativeCrypto
37 static HMAC_CTX * HMAC_CTX_new(void) in HMAC_CTX_new() function769 ctx->ctx = HMAC_CTX_new(); in crypto_hash_init()833 ctx = HMAC_CTX_new(); in openssl_hmac_vector()
11151 NATIVE_METHOD(NativeCrypto, HMAC_CTX_new, "()J"),