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

/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c438 static int cluster_labs_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
535 if (!cluster_labs_mod_exp(rr, a1, p1, m, ctx))
538 if (!cluster_labs_mod_exp(&t, a2, p2, m, ctx))
555 return cluster_labs_mod_exp(r, a, p, m, ctx);
563 return cluster_labs_mod_exp(r, a, p, m, ctx);
571 return cluster_labs_mod_exp(r, a, p, m, ctx);

Completed in 118 milliseconds