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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c453 static int cluster_labs_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
557 if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
559 if (!cluster_labs_mod_exp(&t,a2,p2,m,ctx)) goto end;
574 return cluster_labs_mod_exp(r, a, p, m, ctx);
581 return cluster_labs_mod_exp(r, a, p, m, ctx);
589 return cluster_labs_mod_exp(r, a, p, m, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c453 static int cluster_labs_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
557 if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
559 if (!cluster_labs_mod_exp(&t,a2,p2,m,ctx)) goto end;
574 return cluster_labs_mod_exp(r, a, p, m, ctx);
581 return cluster_labs_mod_exp(r, a, p, m, ctx);
589 return cluster_labs_mod_exp(r, a, p, m, ctx);

Completed in 70 milliseconds