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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c114 static int aep_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
600 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))
826 if (!aep_mod_exp(&t, a2, p2, m, ctx))
841 return aep_mod_exp(r, a, p, m, ctx);
850 return aep_mod_exp(r, a, p, m, ctx);
860 return aep_mod_exp(r, a, p, m, ctx);

Completed in 82 milliseconds