Searched refs:RSA_get0_factors (Results 1 – 3 of 3) sorted by relevance
27 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
117 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors() function
4122 RSA_get0_factors(rsa, &p, &q); in exportRawRSAKey()