Home
last modified time | relevance | path

Searched refs:EVP_MAC_CTX_dup (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c304 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()
H A Dkbkdf.c181 ctx = EVP_MAC_CTX_dup(ctx_init); in derive()
H A Dsskdf.c253 ctx = EVP_MAC_CTX_dup(ctx_init); in SSKDF_mac_kdm()
/third_party/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c304 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()
H A Dkbkdf.c181 ctx = EVP_MAC_CTX_dup(ctx_init); in derive()
H A Dsskdf.c253 ctx = EVP_MAC_CTX_dup(ctx_init); in SSKDF_mac_kdm()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c199 dstctx->macctx = EVP_MAC_CTX_dup(srcctx->macctx); in mac_dupctx()
/third_party/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c199 dstctx->macctx = EVP_MAC_CTX_dup(srcctx->macctx); in mac_dupctx()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c51 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src) in EVP_MAC_CTX_dup() function
/third_party/openssl/crypto/evp/
H A Dmac_lib.c51 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src) in EVP_MAC_CTX_dup() function
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c464 ctx2 = EVP_MAC_CTX_dup(ctx); in fipsinstall_main()
/third_party/openssl/apps/
H A Dfipsinstall.c464 ctx2 = EVP_MAC_CTX_dup(ctx); in fipsinstall_main()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1210 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);
/third_party/openssl/include/openssl/
H A Devp.h1208 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);

Completed in 15 milliseconds