Searched refs:RSA_parse_public_key (Results 1 – 4 of 4) sorted by relevance
122 RSA *RSA_parse_public_key(CBS *cbs) { in RSA_parse_public_key() function137 RSA *ret = RSA_parse_public_key(&cbs); in RSA_public_key_from_bytes()274 RSA *ret = RSA_parse_public_key(&cbs); in d2i_RSAPublicKey()
121 RSA *rsa = buggy ? RSA_parse_public_key_buggy(key) : RSA_parse_public_key(key); in rsa_pub_decode()
406 OPENSSL_EXPORT RSA *RSA_parse_public_key(CBS *cbs);
81 For example, `RSA_parse_public_key` is documented to return a newly-allocated