Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c67 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 Dml_dsa_kmgmt.c142 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 Ddsa_kmgmt.c714 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 Drsa_kmgmt.c676 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 Ddh_kmgmt.c843 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 Decx_kmgmt.c881 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 Dec_kmgmt.c1432 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 Dkeymgmt_meth.c582 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 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
/freebsd/crypto/openssl/include/crypto/
H A Devp.h865 const void *keydata_from, int selection);
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h700 (const void *keydata_from, int selection))