Searched refs:BN_mod_exp_mont (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexp.c50 BN_mod_exp_mont(&r,&a,&b,&c,&ctx,&mont);
H A Dexptest.c123 ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
126 printf("BN_mod_exp_mont() problems\n");
H A Dbn_exp.c127 /* BN_FLG_EXP_CONSTTIME only supported by BN_mod_exp_mont() */
186 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
193 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
223 ret=BN_mod_exp_mont(r,a,p,m,ctx,NULL);
250 /* BN_FLG_EXP_CONSTTIME only supported by BN_mod_exp_mont() */
371 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function
565 /* This variant of BN_mod_exp_mont() uses fixed windows and the special
750 /* BN_FLG_EXP_CONSTTIME only supported by BN_mod_exp_mont() */
886 /* BN_FLG_EXP_CONSTTIME only supported by BN_mod_exp_mont() */
H A Dbn_prime.c355 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexp.c48 BN_mod_exp_mont(&r, &a, &b, &c, &ctx, &mont);
H A Dexptest.c137 if (!BN_mod_exp_mont(&r, &a, &p, &m, ctx, NULL))
140 if (!a_is_zero_mod_one("BN_mod_exp_mont", &r, &a))
227 ret = BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL);
229 printf("BN_mod_exp_mont() problems\n");
H A Dbn_prime.c355 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
H A Dbn_exp.c149 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
216 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
223 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
252 ret = BN_mod_exp_mont(r, a, p, m, ctx, NULL);
280 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
402 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function
688 * This variant of BN_mod_exp_mont() uses fixed windows and the special
1220 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
1351 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexp.c48 BN_mod_exp_mont(&r, &a, &b, &c, &ctx, &mont);
H A Dexptest.c137 if (!BN_mod_exp_mont(&r, &a, &p, &m, ctx, NULL))
140 if (!a_is_zero_mod_one("BN_mod_exp_mont", &r, &a))
227 ret = BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL);
229 printf("BN_mod_exp_mont() problems\n");
H A Dbn_prime.c355 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) /* w := w^a1_odd mod a */
H A Dbn_exp.c149 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
216 * BN_mod_exp_mont 33 .. 40 % [AMD K6-2, Linux, debug configuration]
223 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
252 ret = BN_mod_exp_mont(r, a, p, m, ctx, NULL);
280 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
402 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function
688 * This variant of BN_mod_exp_mont() uses fixed windows and the special
1220 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
1351 /* BN_FLG_CONSTTIME only supported by BN_mod_exp_mont() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c123 ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
126 printf("BN_mod_exp_mont() problems\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c338 if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
659 if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
734 if (!BN_mod_exp_mont(tmp, dsa->g, dsa->q, dsa->p, ctx, mont))
H A Ddsa_ossl.c124 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
270 * is a kludge that we need because the BN_mod_exp_mont() does not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_gen.c338 if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
659 if (!BN_mod_exp_mont(g, test, r0, p, ctx, mont))
734 if (!BN_mod_exp_mont(tmp, dsa->g, dsa->q, dsa->p, ctx, mont))
H A Ddsa_ossl.c124 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
270 * is a kludge that we need because the BN_mod_exp_mont() does not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_key.c248 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_gen.c279 if (!BN_mod_exp_mont(g,test,r0,p,ctx,mont)) goto err;
H A Ddsa_ossl.c121 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
252 * (This is a kludge that we need because the BN_mod_exp_mont()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c275 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c275 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_eay.c138 BN_mod_exp_mont, /* XXX probably we should not use Montgomery if e == 3 */
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h416 int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_eay.c139 BN_mod_exp_mont, /* XXX probably we should not use Montgomery

Completed in 159 milliseconds

12