Searched refs:EVP_MAC_CTX_dup (Results 1 – 12 of 12) sorted by relevance
97 mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init); in siv128_do_s2v_p()200 || (mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_init()232 dest->mac_ctx_init = EVP_MAC_CTX_dup(src->mac_ctx_init); in ossl_siv128_copy_ctx()255 if ((mac_ctx = EVP_MAC_CTX_dup(ctx->mac_ctx_init)) == NULL in ossl_siv128_aad()
304 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()318 ctx = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()325 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()
181 ctx = EVP_MAC_CTX_dup(ctx_init); in derive()
253 ctx = EVP_MAC_CTX_dup(ctx_init); in SSKDF_mac_kdm()
199 dstctx->macctx = EVP_MAC_CTX_dup(srcctx->macctx); in mac_dupctx()
8 EVP_MAC_CTX, EVP_MAC_CTX_new, EVP_MAC_CTX_free, EVP_MAC_CTX_dup,38 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);120 EVP_MAC_CTX_dup() duplicates the I<src> context and returns a newly allocated375 EVP_MAC_CTX_new() and EVP_MAC_CTX_dup() return a pointer to a newly
51 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src) in EVP_MAC_CTX_dup() function
464 ctx2 = EVP_MAC_CTX_dup(ctx); in fipsinstall_main()
1210 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);
4539 EVP_MAC_CTX_dup;
1870 MLINKS+= EVP_MAC.3 EVP_MAC_CTX_dup.3
4408 EVP_MAC_CTX_dup 4536 3_0_0 EXIST::FUNCTION: