Searched refs:EVP_PKEY_copy_parameters (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/lib/libcrypto/dh/
H A Ddh_pmeth.c233 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_pmeth.c333 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
/openbsd-current/lib/libssl/
H A Dssl_rsa.c200 * Callers of EVP_PKEY_copy_parameters() can't distinguish
204 EVP_PKEY_copy_parameters(pktmp, pkey);
417 EVP_PKEY_copy_parameters(pkey, priv_key);
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c318 EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) function
335 LCRYPTO_ALIAS(EVP_PKEY_copy_parameters); variable
H A Devp.h821 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
/openbsd-current/lib/libcrypto/ec/
H A Dec_pmeth.c501 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey))
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h305 LCRYPTO_USED(EVP_PKEY_copy_parameters); variable
/openbsd-current/usr.bin/openssl/
H A Dx509.c1488 EVP_PKEY_copy_parameters(upkey, pkey);
1608 EVP_PKEY_copy_parameters(pktmp, pkey);
H A Dca.c2216 if (!EVP_PKEY_copy_parameters(pktmp, pkey)) {
/openbsd-current/lib/libcrypto/x509/
H A Dx509_vfy.c1988 if (!EVP_PKEY_copy_parameters(ktmp2, ktmp))
1993 if (!EVP_PKEY_copy_parameters(pkey, ktmp))
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1x509.c458 if (!EVP_PKEY_copy_parameters(pkey_b, pkey_a)) {

Completed in 222 milliseconds