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

/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_atalla.c94 static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
444 static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
530 to_return = atalla_mod_exp(r0, I, rsa->d, rsa->n, ctx);
553 if (!atalla_mod_exp(rr,a1,p1,m,ctx)) goto end;
555 if (!atalla_mod_exp(&t,a2,p2,m,ctx)) goto end;
568 return atalla_mod_exp(r, a, p, m, ctx);
577 return atalla_mod_exp(r, a, p, m, ctx);
587 return atalla_mod_exp(r, a, p, m, ctx);

Completed in 28 milliseconds