Searched refs:RSA_get0_key (Results 1 – 3 of 3) sorted by relevance
95 OPENSSL_EXPORT void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n,
172 void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n, const BIGNUM **out_e, in RSA_get0_key() function
2482 RSA_get0_key(rsa, &n, &e, &d); in get_cert_chain()