Home
last modified time | relevance | path

Searched refs:EVP_MAC_CTX_dup (Results 1 – 12 of 12) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c158 && (dest->P_hash = EVP_MAC_CTX_dup(src->P_hash)) == NULL) in kdf_tls1_prf_dup()
161 && (dest->P_sha1 = EVP_MAC_CTX_dup(src->P_sha1)) == NULL) in kdf_tls1_prf_dup()
480 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()
494 ctx = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()
501 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()
H A Dkbkdf.c163 dest->ctx_init = EVP_MAC_CTX_dup(src->ctx_init); in kbkdf_dup()
237 ctx = EVP_MAC_CTX_dup(ctx_init); in derive()
H A Dsskdf.c276 ctx = EVP_MAC_CTX_dup(ctx_init); in SSKDF_mac_kdm()
355 dest->macctx = EVP_MAC_CTX_dup(src->macctx); in sskdf_dup()
H A Dhmacdrbg_kdf.c82 dst->ctx = EVP_MAC_CTX_dup(src->ctx); in ossl_drbg_hmac_dup()
/openssl/crypto/modes/
H A Dsiv128.c97 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()
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c197 dstctx->macctx = EVP_MAC_CTX_dup(srcctx->macctx); in mac_dupctx()
/openssl/crypto/evp/
H A Dmac_lib.c50 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src) in EVP_MAC_CTX_dup() function
/openssl/doc/man3/
H A DEVP_MAC.pod8 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 allocated
377 EVP_MAC_CTX_new() and EVP_MAC_CTX_dup() return a pointer to a newly
/openssl/ssl/record/methods/
H A Dtls13_meth.c186 if ((mac_ctx = EVP_MAC_CTX_dup(rl->mac_ctx)) == NULL in tls13_cipher()
/openssl/apps/
H A Dfipsinstall.c819 ctx2 = EVP_MAC_CTX_dup(ctx); in fipsinstall_main()
/openssl/include/openssl/
H A Devp.h1225 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);
/openssl/util/
H A Dlibcrypto.num4408 EVP_MAC_CTX_dup 4536 3_0_0 EXIST::FUNCTION:

Completed in 66 milliseconds