Searched refs:EVP_PKEY_copy_parameters (Results 1 – 12 of 12) sorted by relevance
/openbsd/lib/libcrypto/dh/ |
H A D | dh_pmeth.c | 219 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_dh_keygen()
|
/openbsd/lib/libcrypto/evp/ |
H A D | p_lib.c | 318 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 D | evp.h | 819 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
|
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa_pmeth.c | 320 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_dsa_keygen()
|
/openbsd/lib/libssl/ |
H A D | ssl_rsa.c | 204 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 D | evp.h | 304 LCRYPTO_USED(EVP_PKEY_copy_parameters);
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_pmeth.c | 510 if (!EVP_PKEY_copy_parameters(pkey, ctx->pkey)) in pkey_ec_keygen()
|
/openbsd/regress/lib/libcrypto/asn1/ |
H A D | asn1x509.c | 458 if (!EVP_PKEY_copy_parameters(pkey_b, pkey_a)) { in dsa_pubkey_test()
|
/openbsd/usr.bin/openssl/ |
H A D | x509.c | 1488 EVP_PKEY_copy_parameters(upkey, pkey); in x509_certify() 1608 EVP_PKEY_copy_parameters(pktmp, pkey); in sign()
|
H A D | ca.c | 2165 if (!EVP_PKEY_copy_parameters(pktmp, pkey)) { in do_body()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_vfy.c | 1988 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 D | Symbols.list | 1219 EVP_PKEY_copy_parameters
|