Searched refs:surewarehk_modexp (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_sureware.c89 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
125 return surewarehk_modexp(r, a, p, m, ctx);
154 return surewarehk_modexp(r, a, p, m, ctx);
193 if (!surewarehk_modexp(rr, a1, p1, m, ctx))
196 if (!surewarehk_modexp(&t, a2, p2, m, ctx))
1071 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c87 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
120 return surewarehk_modexp(r, a, p, m, ctx);
149 return surewarehk_modexp(r, a, p, m, ctx);
188 if (!surewarehk_modexp(rr,a1,p1,m,ctx)) goto end;
190 if (!surewarehk_modexp(&t,a2,p2,m,ctx)) goto end;
1022 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_sureware.c89 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
125 return surewarehk_modexp(r, a, p, m, ctx);
154 return surewarehk_modexp(r, a, p, m, ctx);
193 if (!surewarehk_modexp(rr, a1, p1, m, ctx))
196 if (!surewarehk_modexp(&t, a2, p2, m, ctx))
1071 static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function

Completed in 75 milliseconds