Searched refs:keydata_from (Results 1 – 9 of 9) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | keymgmt_meth.c | 489 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 D | dsa_kmgmt.c | 648 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 D | rsa_kmgmt.c | 682 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 D | ecx_kmgmt.c | 712 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 D | dh_kmgmt.c | 816 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 D | ec_kmgmt.c | 1400 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 D | provider-keymgmt.pod | 56 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 D | evp.h | 843 const void *keydata_from, int selection);
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | core_dispatch.h | 645 (const void *keydata_from, int selection))
|