Searched defs:BN_GF2m_mod_arr (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_gf2m.c262 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
356 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
358 * BN_GF2m_mod_arr function.
374 ret = BN_GF2m_mod_arr(r, a, arr);
422 if (BN_GF2m_mod_arr(r, s, p))
480 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
753 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
882 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
912 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;

Completed in 54 milliseconds