Searched refs:ossl_rsa_dup (Results 1 – 4 of 4) sorted by relevance
72 RSA *ossl_rsa_dup(const RSA *rsa, int selection);
471 RSA *ossl_rsa_dup(const RSA *rsa, int selection) in ossl_rsa_dup() function
954 dupkey = ossl_rsa_dup(rsa, OSSL_KEYMGMT_SELECT_ALL); in rsa_pkey_copy()
687 return ossl_rsa_dup(keydata_from, selection); in rsa_dup()
Completed in 12 milliseconds