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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c163 rsa->d=BN_mod_inverse(NULL,rsa->e,r0,ctx2); /* d */
177 rsa->iqmp=BN_mod_inverse(NULL,rsa->q,rsa->p,ctx2);
H A Drsa_chk.c162 if(!BN_mod_inverse(i, key->q, key->p, ctx))
H A Drsa_lib.c353 if ((Ai=BN_mod_inverse(NULL,A,rsa->n,ctx)) == NULL) goto err;
H A Drsa_eay.c237 if ((Ai=BN_mod_inverse(NULL,A,rsa->n,ctx)) == NULL) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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))
H A Drsa_lib.c356 ret = BN_mod_inverse(NULL, d, r0, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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.c295 if ((BN_mod_inverse(&Ri,R,&tmod,ctx)) == NULL)
318 if ((BN_mod_inverse(&Ri,R,&mont->N,ctx)) == NULL)
H A Dbn_gcd.c204 BIGNUM *BN_mod_inverse(BIGNUM *in, function
H A Dbn.h412 BIGNUM *BN_mod_inverse(BIGNUM *ret,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_gen.c209 rsa->d=BN_mod_inverse(NULL,rsa->e,r0,ctx2); /* d */
223 rsa->iqmp=BN_mod_inverse(NULL,rsa->q,rsa->p,ctx2);
H A Dfips_rsa_eay.c245 if ((Ai=BN_mod_inverse(NULL,A,rsa->n,ctx)) == NULL) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c214 if ((kinv=BN_mod_inverse(NULL,&k,dsa->q,ctx)) == NULL) goto err;
267 if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_ossl.c239 if ((kinv=BN_mod_inverse(NULL,&k,dsa->q,ctx)) == NULL) goto err;
299 if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h412 BIGNUM *BN_mod_inverse(BIGNUM *ret,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h442 BIGNUM *BN_mod_inverse(BIGNUM *ret, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c573 if (!BN_mod_inverse(Z_1, Z_, &group->field, ctx))
1629 if (!BN_mod_inverse(heap[1], heap[1], &group->field, ctx))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c588 if (!BN_mod_inverse(Z_1, Z_, &group->field, ctx))
1628 if (!BN_mod_inverse(heap[1], heap[1], &group->field, ctx))

Completed in 210 milliseconds

12