Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dkeymgmt_meth.c567 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 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 Ddsa_kmgmt.c716 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 Ddh_kmgmt.c836 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 Decx_kmgmt.c865 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 Dec_kmgmt.c1455 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 Dprovider-keymgmt.pod61 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 Devp.h848 const void *keydata_from, int selection);
/openssl/include/openssl/
H A Dcore_dispatch.h679 (const void *keydata_from, int selection))

Completed in 27 milliseconds