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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dexptest.c130 ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
133 printf("BN_mod_exp_recp() problems\n");
H A Dbn_exp.c181 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration]
184 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont
219 { ret=BN_mod_exp_recp(r,a,p,m,ctx); }
228 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
H A Dbn.h453 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbntest.c919 if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dexptest.c130 ret=BN_mod_exp_recp(r_recp,a,b,m,ctx);
133 printf("BN_mod_exp_recp() problems\n");
H A Dbntest.c919 if (!BN_mod_exp_recp(r, a, t, b, ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h453 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h477 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 108 milliseconds