Home
last modified time | relevance | path

Searched refs:keydata_from (Results 1 – 9 of 9) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkeymgmt_meth.c489 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, in evp_keymgmt_dup() argument
495 return keymgmt->dup(keydata_from, selection); in evp_keymgmt_dup()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c648 static void *dsa_dup(const void *keydata_from, int selection) in dsa_dup() argument
651 return ossl_dsa_dup(keydata_from, selection); in dsa_dup()
H A Drsa_kmgmt.c682 static void *rsa_dup(const void *keydata_from, int selection) in rsa_dup() argument
687 return ossl_rsa_dup(keydata_from, selection); in rsa_dup()
H A Decx_kmgmt.c712 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup() argument
715 return ossl_ecx_key_dup(keydata_from, selection); in ecx_dup()
H A Ddh_kmgmt.c816 static void *dh_dup(const void *keydata_from, int selection) in dh_dup() argument
819 return ossl_dh_dup(keydata_from, selection); in dh_dup()
H A Dec_kmgmt.c1400 static void *ec_dup(const void *keydata_from, int selection) in ec_dup() argument
1403 return ossl_ec_key_dup(keydata_from, selection); in ec_dup()
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-keymgmt.pod56 void *OSSL_FUNC_keymgmt_dup(const void *keydata_from, int selection);
341 I<selection> or the whole key data I<keydata_from> and create a new
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h843 const void *keydata_from, int selection);
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h645 (const void *keydata_from, int selection))