Lines Matching refs:BIGNUM
19 BIGNUM *r;
20 BIGNUM *d;
21 BIGNUM *t;
23 BIGNUM *pp;
33 BIGNUM *Xp1;
34 BIGNUM *Xp2;
35 BIGNUM *Xq1;
36 BIGNUM *Xq2;
37 BIGNUM *Xp;
38 BIGNUM *Xq;
41 BIGNUM *p1;
42 BIGNUM *p2;
43 BIGNUM *q1;
44 BIGNUM *q2;
62 BIGNUM *n;
63 BIGNUM *e;
64 BIGNUM *d;
65 BIGNUM *p;
66 BIGNUM *q;
67 BIGNUM *dmp1;
68 BIGNUM *dmq1;
69 BIGNUM *iqmp;
114 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
116 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
145 int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
147 BIGNUM *e, BN_GENCB *cb);
154 BIGNUM *e_value,
155 STACK_OF(BIGNUM) *factors, STACK_OF(BIGNUM) *exps,
156 STACK_OF(BIGNUM) *coeffs);
170 int ossl_rsa_check_pminusq_diff(BIGNUM *diff, const BIGNUM *p, const BIGNUM *q,
172 int ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q,
173 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1,
174 BIGNUM *p1q1);
176 int ossl_rsa_check_public_exponent(const BIGNUM *e);
178 int ossl_rsa_check_prime_factor(BIGNUM *p, BIGNUM *e, int nbits, BN_CTX *ctx);
179 int ossl_rsa_check_prime_factor_range(const BIGNUM *p, int nbits, BN_CTX *ctx);
185 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
187 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed,
191 const BIGNUM *e, BN_CTX *ctx);
193 int nbits, const BIGNUM *e, BN_CTX *ctx,