Searched refs:keydata_from (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | slh_dsa_kmgmt.c | 67 static void *slh_dsa_dup_key(const void *keydata_from, int selection) in slh_dsa_dup_key() argument 70 return ossl_slh_dsa_key_dup(keydata_from, selection); in slh_dsa_dup_key()
|
| H A D | ml_dsa_kmgmt.c | 142 static void *ml_dsa_dup_key(const void *keydata_from, int selection) in ml_dsa_dup_key() argument 145 return ossl_ml_dsa_key_dup(keydata_from, selection); in ml_dsa_dup_key()
|
| H A D | dsa_kmgmt.c | 714 static void *dsa_dup(const void *keydata_from, int selection) in dsa_dup() argument 717 return ossl_dsa_dup(keydata_from, selection); in dsa_dup()
|
| H A D | rsa_kmgmt.c | 676 static void *rsa_dup(const void *keydata_from, int selection) in rsa_dup() argument 681 return ossl_rsa_dup(keydata_from, selection); in rsa_dup()
|
| H A D | dh_kmgmt.c | 843 static void *dh_dup(const void *keydata_from, int selection) in dh_dup() argument 846 return ossl_dh_dup(keydata_from, selection); in dh_dup()
|
| H A D | ecx_kmgmt.c | 881 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup() argument 884 return ossl_ecx_key_dup(keydata_from, selection); in ecx_dup()
|
| H A D | ec_kmgmt.c | 1432 static void *ec_dup(const void *keydata_from, int selection) in ec_dup() argument 1435 return ossl_ec_key_dup(keydata_from, selection); in ec_dup()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | keymgmt_meth.c | 582 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, in evp_keymgmt_dup() argument 588 return keymgmt->dup(keydata_from, selection); in evp_keymgmt_dup()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-keymgmt.pod | 61 void *OSSL_FUNC_keymgmt_dup(const void *keydata_from, int selection); 370 I<selection> or the whole key data I<keydata_from> and create a new
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 865 const void *keydata_from, int selection);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 700 (const void *keydata_from, int selection))
|