Searched defs:RSA_get0_factors (Results 1 – 3 of 3) sorted by relevance
39 pub fn RSA_get0_factors(r: *const RSA, p: *mut *const BIGNUM, q: *mut *const BIGNUM); in RSA_get0_factors() function
556 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors() function