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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ubsec.c85 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
540 static int ubsec_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
677 if (!ubsec_mod_exp(rr,a1,p1,m,ctx)) goto end;
679 if (!ubsec_mod_exp(&t,a2,p2,m,ctx)) goto end;
692 return ubsec_mod_exp(r, a, p, m, ctx);
715 ret = ubsec_mod_exp(r, a, p, m, ctx);
727 return ubsec_mod_exp(r, a, p, m, ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);

Completed in 49 milliseconds