Searched refs:dupctx (Results 1 – 15 of 15) sorted by relevance
148 OSSL_FUNC_keyexch_dupctx_fn *dupctx; member179 OSSL_FUNC_signature_dupctx_fn *dupctx; member204 OSSL_FUNC_asym_cipher_dupctx_fn *dupctx; member225 OSSL_FUNC_kem_dupctx_fn *dupctx; member
59 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()
87 if (kdf->dupctx != NULL) in evp_kdf_from_algorithm()89 kdf->dupctx = OSSL_FUNC_kdf_dupctx(fns); in evp_kdf_from_algorithm()
79 if (mac->dupctx != NULL) in evp_mac_from_algorithm()81 mac->dupctx = OSSL_FUNC_mac_dupctx(fns); in evp_mac_from_algorithm()
316 if (kem->dupctx != NULL) in evp_kem_from_algorithm()318 kem->dupctx = OSSL_FUNC_kem_dupctx(fns); in evp_kem_from_algorithm()
519 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()
382 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()
93 if (exchange->dupctx != NULL) in evp_keyexch_from_algorithm()95 exchange->dupctx = OSSL_FUNC_keyexch_dupctx(fns); in evp_keyexch_from_algorithm()
168 if (signature->dupctx != NULL) in evp_signature_from_algorithm()170 signature->dupctx = OSSL_FUNC_signature_dupctx(fns); in evp_signature_from_algorithm()
1359 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()
71 dst->algctx = src->meth->dupctx(src->algctx); in EVP_MAC_CTX_dup()
513 = 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()
21 int (*dupctx)(void *src, void *dst); member
72 if (!in->hw->dupctx(in, ret)) { in siv_dupctx()
209 OSSL_FUNC_mac_dupctx_fn *dupctx; member231 OSSL_FUNC_kdf_dupctx_fn *dupctx; member280 OSSL_FUNC_digest_dupctx_fn *dupctx; member337 OSSL_FUNC_cipher_dupctx_fn *dupctx; member
Completed in 31 milliseconds