Home
last modified time | relevance | path

Searched refs:dupctx (Results 1 – 15 of 15) sorted by relevance

/openssl-master/crypto/evp/
A Devp_local.h148 OSSL_FUNC_keyexch_dupctx_fn *dupctx; member
179 OSSL_FUNC_signature_dupctx_fn *dupctx; member
204 OSSL_FUNC_asym_cipher_dupctx_fn *dupctx; member
225 OSSL_FUNC_kem_dupctx_fn *dupctx; member
A Dkdf_lib.c59 if (src == NULL || src->algctx == NULL || src->meth->dupctx == NULL) in EVP_KDF_CTX_dup()
75 dst->algctx = src->meth->dupctx(src->algctx); in EVP_KDF_CTX_dup()
A Dkdf_meth.c87 if (kdf->dupctx != NULL) in evp_kdf_from_algorithm()
89 kdf->dupctx = OSSL_FUNC_kdf_dupctx(fns); in evp_kdf_from_algorithm()
A Dmac_meth.c79 if (mac->dupctx != NULL) in evp_mac_from_algorithm()
81 mac->dupctx = OSSL_FUNC_mac_dupctx(fns); in evp_mac_from_algorithm()
A Dkem.c316 if (kem->dupctx != NULL) in evp_kem_from_algorithm()
318 kem->dupctx = OSSL_FUNC_kem_dupctx(fns); in evp_kem_from_algorithm()
A Ddigest.c519 if (in->digest->dupctx == NULL) { in EVP_MD_CTX_copy_ex()
536 out->algctx = in->digest->dupctx(in->algctx); in EVP_MD_CTX_copy_ex()
974 if (md->dupctx == NULL) in evp_md_from_algorithm()
975 md->dupctx = OSSL_FUNC_digest_dupctx(fns); in evp_md_from_algorithm()
A Dasymcipher.c382 if (cipher->dupctx != NULL) in evp_asym_cipher_from_algorithm()
384 cipher->dupctx = OSSL_FUNC_asym_cipher_dupctx(fns); in evp_asym_cipher_from_algorithm()
A Dexchange.c93 if (exchange->dupctx != NULL) in evp_keyexch_from_algorithm()
95 exchange->dupctx = OSSL_FUNC_keyexch_dupctx(fns); in evp_keyexch_from_algorithm()
A Dsignature.c168 if (signature->dupctx != NULL) in evp_signature_from_algorithm()
170 signature->dupctx = OSSL_FUNC_signature_dupctx(fns); in evp_signature_from_algorithm()
A Devp_enc.c1359 if (in->cipher->dupctx == NULL) { in EVP_CIPHER_CTX_copy()
1374 out->algctx = in->cipher->dupctx(in->algctx); in EVP_CIPHER_CTX_copy()
1535 if (cipher->dupctx != NULL) in evp_cipher_from_algorithm()
1537 cipher->dupctx = OSSL_FUNC_cipher_dupctx(fns); in evp_cipher_from_algorithm()
A Dmac_lib.c71 dst->algctx = src->meth->dupctx(src->algctx); in EVP_MAC_CTX_dup()
A Dpmeth_lib.c513 = pctx->op.kex.exchange->dupctx(pctx->op.kex.algctx); in EVP_PKEY_CTX_dup()
531 = pctx->op.sig.signature->dupctx(pctx->op.sig.algctx); in EVP_PKEY_CTX_dup()
549 = pctx->op.ciph.cipher->dupctx(pctx->op.ciph.algctx); in EVP_PKEY_CTX_dup()
567 = pctx->op.encap.kem->dupctx(pctx->op.encap.algctx); in EVP_PKEY_CTX_dup()
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_siv.h21 int (*dupctx)(void *src, void *dst); member
A Dcipher_aes_siv.c72 if (!in->hw->dupctx(in, ret)) { in siv_dupctx()
/openssl-master/include/crypto/
A Devp.h209 OSSL_FUNC_mac_dupctx_fn *dupctx; member
231 OSSL_FUNC_kdf_dupctx_fn *dupctx; member
280 OSSL_FUNC_digest_dupctx_fn *dupctx; member
337 OSSL_FUNC_cipher_dupctx_fn *dupctx; member

Completed in 31 milliseconds