Searched refs:EVP_PKEY_copy_parameters (Results 1 – 4 of 4) sorted by relevance
146 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) { in EVP_PKEY_copy_parameters() function
241 #define EVP_PKEY_copy_parameters EVP_PKEY_COPY_PARAMETERS macro
109 OPENSSL_EXPORT int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
617 EVP_PKEY_copy_parameters(pktmp, SSL_get_privatekey(ssl)); in cert_stuff()