Searched refs:keydata_from (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 567 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, in evp_keymgmt_dup() argument 573 return keymgmt->dup(keydata_from, selection); in evp_keymgmt_dup()
|
/openssl/providers/implementations/keymgmt/ |
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 | dsa_kmgmt.c | 716 static void *dsa_dup(const void *keydata_from, int selection) in dsa_dup() argument 719 return ossl_dsa_dup(keydata_from, selection); in dsa_dup()
|
H A D | dh_kmgmt.c | 836 static void *dh_dup(const void *keydata_from, int selection) in dh_dup() argument 839 return ossl_dh_dup(keydata_from, selection); in dh_dup()
|
H A D | ecx_kmgmt.c | 865 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup() argument 868 return ossl_ecx_key_dup(keydata_from, selection); in ecx_dup()
|
H A D | ec_kmgmt.c | 1455 static void *ec_dup(const void *keydata_from, int selection) in ec_dup() argument 1458 return ossl_ec_key_dup(keydata_from, selection); in ec_dup()
|
/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
|
/openssl/include/crypto/ |
H A D | evp.h | 848 const void *keydata_from, int selection);
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 679 (const void *keydata_from, int selection))
|
Completed in 27 milliseconds