Searched refs:HMAC_CTX_new (Results 1 – 13 of 13) sorted by relevance
6 HMAC_CTX_new,31 HMAC_CTX *HMAC_CTX_new(void);79 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.83 created with HMAC_CTX_new().96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use128 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or156 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()
33 OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
312 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()319 hctx = HMAC_CTX_new(); in pbkdf2_derive()
487 if ((hmac = HMAC_CTX_new()) == NULL) in HKDF_Expand()
103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new()
145 HMAC_CTX *HMAC_CTX_new(void) in HMAC_CTX_new() function
152 if ((hmac = HMAC_CTX_new()) == NULL in pkcs12_gen_mac()
81 || (macctx->ctx = HMAC_CTX_new()) == NULL) { in hmac_new()
458 hctx->ctx = HMAC_CTX_new(); in ossl_hmac_init()
1793 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
3702 HMAC_CTX *HMAC_CTX_new(void);
Completed in 62 milliseconds