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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_sqrt.c152 if (!BN_mod_exp(ret, a, q, p, ctx)) goto end;
198 if (!BN_mod_exp(b, t, q, p, ctx)) goto end;
269 if (!BN_mod_exp(y, y, q, p, ctx)) goto end;
313 if (!BN_mod_exp(x, a, t, p, ctx)) goto end;
H A Dexpspeed.c275 if (!BN_mod_exp(r,a,b,c,ctx)) goto err;
H A Dbn.h377 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbn_exp.c154 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, function
H A Dbntest.c212 message(out,"BN_mod_exp");
782 if (!BN_mod_exp(d,a,b,c,ctx))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_key.c94 if (!BN_mod_exp(pub_key,dsa->g,priv_key,dsa->p,ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqrt.c148 if (!BN_mod_exp(ret, A, q, p, ctx)) goto end;
187 if (!BN_mod_exp(b, t, q, p, ctx)) goto end;
258 if (!BN_mod_exp(y, y, q, p, ctx)) goto end;
302 if (!BN_mod_exp(x, A, t, p, ctx)) goto end;
H A Dbn_blind.c346 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx))
H A Dexpspeed.c275 if (!BN_mod_exp(r,a,b,c,ctx)) goto err;
H A Dbn_exp.c163 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, function
H A Dbn.h457 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_key.c115 if (!BN_mod_exp(pub_key,dsa->g,prk,dsa->p,ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_gen.c357 if (!BN_mod_exp(pub_key,dsa->g,priv_key,dsa->p,ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_aep.c593 return BN_mod_exp(r, a, p, m, ctx);
601 return BN_mod_exp(r, a, p, m, ctx);
611 return BN_mod_exp(r, a, p, m, ctx);
H A Dhw_ubsec.c556 return BN_mod_exp(r, a, p, m, ctx);
568 return BN_mod_exp(r, a, p, m, ctx);
578 return BN_mod_exp(r, a, p, m, ctx);
H A Dhw_cryptodev.c735 ret = BN_mod_exp(r, a, p, m, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c609 return BN_mod_exp(r, a, p, m, ctx);
617 return BN_mod_exp(r, a, p, m, ctx);
627 return BN_mod_exp(r, a, p, m, ctx);
H A De_ubsec.c572 return BN_mod_exp(r, a, p, m, ctx);
584 return BN_mod_exp(r, a, p, m, ctx);
594 return BN_mod_exp(r, a, p, m, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Devp_pkey.c191 if (!BN_mod_exp(dsa->pub_key, dsa->g,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h377 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c210 if (!BN_mod_exp(dsa->pub_key, dsa->g,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h409 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h457 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c733 ret = BN_mod_exp(r, a, p, m, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbntest.c212 message(out,"BN_mod_exp");
782 if (!BN_mod_exp(d,a,b,c,ctx))

Completed in 282 milliseconds

12