Searched refs:keydata_from (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkeymgmt_meth.c489 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, argument
495 return keymgmt->dup(keydata_from, selection);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Drsa_kmgmt.c682 static void *rsa_dup(const void *keydata_from, int selection) argument
687 return ossl_rsa_dup(keydata_from, selection);
H A Ddsa_kmgmt.c651 static void *dsa_dup(const void *keydata_from, int selection) argument
654 return ossl_dsa_dup(keydata_from, selection);
H A Decx_kmgmt.c715 static void *ecx_dup(const void *keydata_from, int selection) argument
718 return ossl_ecx_key_dup(keydata_from, selection);
H A Ddh_kmgmt.c819 static void *dh_dup(const void *keydata_from, int selection) argument
822 return ossl_dh_dup(keydata_from, selection);
H A Dec_kmgmt.c1400 static void *ec_dup(const void *keydata_from, int selection) argument
1403 return ossl_ec_key_dup(keydata_from, selection);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h645 (const void *keydata_from, int selection))
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h843 const void *keydata_from, int selection);

Completed in 208 milliseconds