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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c114 static int aep_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
601 static int aep_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
800 rv = aep_mod_exp(r0,I,rsa->d,rsa->n,ctx);
823 if (!aep_mod_exp(rr,a1,p1,m,ctx)) goto end;
825 if (!aep_mod_exp(&t,a2,p2,m,ctx)) goto end;
838 return aep_mod_exp(r, a, p, m, ctx);
847 return aep_mod_exp(r, a, p, m, ctx);
857 return aep_mod_exp(r, a, p, m, ctx);

Completed in 104 milliseconds