Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/dh/
H A Ddh_pmeth.c219 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_dh_keygen()
/openbsd/lib/libcrypto/evp/
H A Dp_lib.c318 EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters() function
335 LCRYPTO_ALIAS(EVP_PKEY_copy_parameters);
H A Devp.h819 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
/openbsd/lib/libcrypto/dsa/
H A Ddsa_pmeth.c320 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_dsa_keygen()
/openbsd/lib/libssl/
H A Dssl_rsa.c204 EVP_PKEY_copy_parameters(pktmp, pkey); in ssl_set_pkey()
417 EVP_PKEY_copy_parameters(pkey, priv_key); in ssl_set_cert()
/openbsd/lib/libcrypto/hidden/openssl/
H A Devp.h304 LCRYPTO_USED(EVP_PKEY_copy_parameters);
/openbsd/lib/libcrypto/ec/
H A Dec_pmeth.c510 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_ec_keygen()
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1x509.c458 if (!EVP_PKEY_copy_parameters(pkey_b, pkey_a)) { in dsa_pubkey_test()
/openbsd/usr.bin/openssl/
H A Dx509.c1488 EVP_PKEY_copy_parameters(upkey, pkey); in x509_certify()
1608 EVP_PKEY_copy_parameters(pktmp, pkey); in sign()
H A Dca.c2165 if (!EVP_PKEY_copy_parameters(pktmp, pkey)) { in do_body()
/openbsd/lib/libcrypto/x509/
H A Dx509_vfy.c1988 if (!EVP_PKEY_copy_parameters(ktmp2, ktmp)) in X509_get_pubkey_parameters()
1993 if (!EVP_PKEY_copy_parameters(pkey, ktmp)) in X509_get_pubkey_parameters()
/openbsd/lib/libcrypto/
H A DSymbols.list1219 EVP_PKEY_copy_parameters