Searched refs:BN_mod_inverse (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_gen.c168 if (!BN_mod_inverse(rsa->d,rsa->e,r0,ctx)) goto err; /* d */
177 if (!BN_mod_inverse(rsa->iqmp,rsa->q,rsa->p,ctx)) goto err;
H A Drsa_chk.c162 if(!BN_mod_inverse(i, key->q, key->p, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_x931p.c134 if (!BN_mod_inverse(p, p2, p1, ctx))
140 if (!BN_mod_inverse(t, p1, p2, ctx))
H A Dexpspeed.c319 if (!BN_mod_inverse(r, a, c, ctx))
321 if (!BN_mod_inverse(r, b, c, ctx))
H A Dbn_mont.c417 if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
450 if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
478 if ((BN_mod_inverse(Ri, R, &mont->N, ctx)) == NULL)
H A Dbn_blind.c350 if (BN_mod_inverse(ret->Ai, ret->A, ret->mod, ctx) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_x931p.c134 if (!BN_mod_inverse(p, p2, p1, ctx))
140 if (!BN_mod_inverse(t, p1, p2, ctx))
H A Dexpspeed.c319 if (!BN_mod_inverse(r, a, c, ctx))
321 if (!BN_mod_inverse(r, b, c, ctx))
H A Dbn_mont.c417 if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
450 if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL)
478 if ((BN_mod_inverse(Ri, R, &mont->N, ctx)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_gen.c211 if (!BN_mod_inverse(rsa->d, rsa->e, pr0, ctx))
235 if (!BN_mod_inverse(rsa->iqmp, rsa->q, p, ctx))
H A Drsa_chk.c189 if (!BN_mod_inverse(i, key->q, key->p, ctx)) {
H A Drsa_crpt.c182 ret = BN_mod_inverse(NULL, d, r0, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c211 if (!BN_mod_inverse(rsa->d, rsa->e, pr0, ctx))
235 if (!BN_mod_inverse(rsa->iqmp, rsa->q, p, ctx))
H A Drsa_chk.c189 if (!BN_mod_inverse(i, key->q, key->p, ctx)) {
H A Drsa_crpt.c182 ret = BN_mod_inverse(NULL, d, r0, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexpspeed.c300 if (!BN_mod_inverse(r,a,c,ctx)) goto err;
301 if (!BN_mod_inverse(r,b,c,ctx)) goto err;
H A Dbn_mont.c352 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
374 if ((BN_mod_inverse(Ri,R,&mont->N,ctx)) == NULL)
H A Dbn_blind.c318 if (BN_mod_inverse(ret->Ai, ret->A, ret->mod, ctx) == NULL)
H A Dbn_gcd.c206 BIGNUM *BN_mod_inverse(BIGNUM *in, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c272 if ((kinv=BN_mod_inverse(NULL,&k,dsa->q,ctx)) == NULL) goto err;
340 if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c180 if (!BN_mod_inverse(k, k, order, ctx))
389 if (!BN_mod_inverse(u2, sig->s, order, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c291 if ((kinv = BN_mod_inverse(NULL, &k, dsa->q, ctx)) == NULL)
359 if ((BN_mod_inverse(&u2, sig->s, dsa->q, ctx)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_ossl.c291 if ((kinv = BN_mod_inverse(NULL, &k, dsa->q, ctx)) == NULL)
359 if ((BN_mod_inverse(&u2, sig->s, dsa->q, ctx)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_ossl.c202 if (!BN_mod_inverse(k, k, order, ctx)) {
397 if (!BN_mod_inverse(u2, sig->s, order, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_ossl.c202 if (!BN_mod_inverse(k, k, order, ctx)) {
397 if (!BN_mod_inverse(u2, sig->s, order, ctx)) {

Completed in 104 milliseconds

12