Searched refs:BN_mod_exp_recp (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexptest.c125 if (!BN_mod_exp_recp(&r, &a, &p, &m, ctx))
128 if (!a_is_zero_mod_one("BN_mod_exp_recp", &r, &a))
234 ret = BN_mod_exp_recp(r_recp, a, b, m, ctx);
236 printf("BN_mod_exp_recp() problems\n");
H A Dbn_exp.c220 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
223 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
257 ret = BN_mod_exp_recp(r, a, p, m, ctx);
269 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
H A Dbn.h631 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbntest.c1834 if (!BN_mod_exp_recp(r, a, t, b, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexptest.c125 if (!BN_mod_exp_recp(&r, &a, &p, &m, ctx))
128 if (!a_is_zero_mod_one("BN_mod_exp_recp", &r, &a))
234 ret = BN_mod_exp_recp(r_recp, a, b, m, ctx);
236 printf("BN_mod_exp_recp() problems\n");
H A Dbn_exp.c220 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
223 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
257 ret = BN_mod_exp_recp(r, a, p, m, ctx);
269 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
H A Dbn.h631 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbntest.c1834 if (!BN_mod_exp_recp(r, a, t, b, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c131 ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
134 printf("BN_mod_exp_recp() problems\n");
H A Dbntest.c1693 if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexptest.c131 ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
134 printf("BN_mod_exp_recp() problems\n");
H A Dbn_exp.c190 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
193 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
228 { ret=BN_mod_exp_recp(r,a,p,m,ctx); }
238 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
H A Dbn.h565 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbntest.c1693 if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h483 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h565 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,

Completed in 205 milliseconds