Lines Matching full:bignum
116 BIGNUM *f, *result;
428 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
438 BIGNUM *f, *result;
531 BIGNUM *f, *result;
609 BIGNUM *vrfy = BN_CTX_get(ctx);
641 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) {
653 BIGNUM *r1, *m1, *vrfy;
742 /* c will already point to a BIGNUM with the correct flags. */
770 BIGNUM *e_value, BN_GENCB *cb) {
771 BIGNUM *r0 = NULL, *r1 = NULL, *r2 = NULL, *r3 = NULL, *tmp;
1061 int rsa_default_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) {