Lines Matching full:bignum
128 static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx);
156 BIGNUM *f,*ret;
317 static int rsa_blinding_convert(BN_BLINDING *b, int local, BIGNUM *f,
318 BIGNUM *r, BN_CTX *ctx)
332 static int rsa_blinding_invert(BN_BLINDING *b, int local, BIGNUM *f,
333 BIGNUM *r, BN_CTX *ctx)
351 BIGNUM *f, *ret, *br, *res;
423 BIGNUM local_d;
424 BIGNUM *d = NULL;
483 BIGNUM *f, *ret, *br;
547 BIGNUM local_d;
548 BIGNUM *d = NULL;
614 BIGNUM *f,*ret;
715 static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
717 BIGNUM *r1,*m1,*vrfy;
718 BIGNUM local_dmp1,local_dmq1,local_c,local_r1;
719 BIGNUM *dmp1,*dmq1,*c,*pr1;
728 BIGNUM local_p, local_q;
729 BIGNUM *p = NULL, *q = NULL;
856 BIGNUM local_d;
857 BIGNUM *d = NULL;