Home | History | Annotate | Download | only in rsa

Lines Matching full:bignum

172 void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n, const BIGNUM **out_e,
173 const BIGNUM **out_d) {
185 void RSA_get0_factors(const RSA *rsa, const BIGNUM **out_p,
186 const BIGNUM **out_q) {
195 void RSA_get0_crt_params(const RSA *rsa, const BIGNUM **out_dmp1,
196 const BIGNUM **out_dmq1, const BIGNUM **out_iqmp) {
208 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) {
217 BIGNUM *e_value, BN_GENCB *cb) {
550 static void bn_free_and_null(BIGNUM **bn) {
556 BIGNUM n, pm1, qm1, lcm, gcd, de, dmp1, dmq1, iqmp_times_q;
688 BIGNUM *totient, *rem, *multiple, *p_plus_q, *p_minus_q;