Searched refs:HMAC_CTX_new (Results 1 – 15 of 15) sorted by relevance
6 HMAC_CTX_new,31 HMAC_CTX *HMAC_CTX_new(void);82 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.86 created with HMAC_CTX_new().99 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use131 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or159 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
112 ctx = HMAC_CTX_new(); in test_hmac_bad()135 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_run()226 ctx = HMAC_CTX_new(); in test_hmac_copy()227 ctx2 = HMAC_CTX_new(); in test_hmac_copy()398 if (!TEST_ptr(ctx = HMAC_CTX_new())) in test_hmac_chunks()
33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
418 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()425 hctx = HMAC_CTX_new(); in pbkdf2_derive()
589 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
107 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
162 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
84 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
303 hmac = HMAC_CTX_new(); in ossl_rsa_prf()
483 hmac = HMAC_CTX_new(); in derive_kdk()
456 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
272 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
1871 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
2915 HMAC_CTX_new 2980 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
5641 HMAC_CTX *HMAC_CTX_new(void);
Completed in 87 milliseconds