Searched refs:ossl_ec_key_dup (Results 1 – 4 of 4) sorted by relevance
81 EC_KEY *ossl_ec_key_dup(const EC_KEY *key, int selection);
597 EC_KEY *ossl_ec_key_dup(const EC_KEY *src, int selection) in ossl_ec_key_dup() function
190 return ossl_ec_key_dup(ec_key, OSSL_KEYMGMT_SELECT_ALL); in EC_KEY_dup()
1458 return ossl_ec_key_dup(keydata_from, selection); in ec_dup()
Completed in 11 milliseconds