Searched refs:ubsec_mod_exp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_ubsec.c95 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
566 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
694 if (!ubsec_mod_exp(rr, a1, p1, m, ctx))
697 if (!ubsec_mod_exp(&t, a2, p2, m, ctx))
712 return ubsec_mod_exp(r, a, p, m, ctx);
733 ret = ubsec_mod_exp(r, a, p, m, ctx);
746 return ubsec_mod_exp(r, a, p, m, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_ubsec.c96 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
556 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
687 if (!ubsec_mod_exp(rr,a1,p1,m,ctx)) goto end;
689 if (!ubsec_mod_exp(&t,a2,p2,m,ctx)) goto end;
702 return ubsec_mod_exp(r, a, p, m, ctx);
725 ret = ubsec_mod_exp(r, a, p, m, ctx);
737 return ubsec_mod_exp(r, a, p, m, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_ubsec.c95 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
566 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
694 if (!ubsec_mod_exp(rr, a1, p1, m, ctx))
697 if (!ubsec_mod_exp(&t, a2, p2, m, ctx))
712 return ubsec_mod_exp(r, a, p, m, ctx);
733 ret = ubsec_mod_exp(r, a, p, m, ctx);
746 return ubsec_mod_exp(r, a, p, m, ctx);

Completed in 65 milliseconds