Home
last modified time | relevance | path

Searched defs:keydata_from (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c61 static void *slh_dsa_dup_key(const void *keydata_from, int selection) in slh_dsa_dup_key()
H A Dml_dsa_kmgmt.c140 static void *ml_dsa_dup_key(const void *keydata_from, int selection) in ml_dsa_dup_key()
H A Drsa_kmgmt.c681 static void *rsa_dup(const void *keydata_from, int selection) in rsa_dup()
H A Ddsa_kmgmt.c716 static void *dsa_dup(const void *keydata_from, int selection) in dsa_dup()
H A Ddh_kmgmt.c836 static void *dh_dup(const void *keydata_from, int selection) in dh_dup()
H A Decx_kmgmt.c870 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup()
H A Dec_kmgmt.c1449 static void *ec_dup(const void *keydata_from, int selection) in ec_dup()
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_meth.c588 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, in evp_keymgmt_dup()