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

/external/openssl/crypto/bn/
H A Dbn_gf2m.c267 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
361 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
363 * BN_GF2m_mod_arr function.
377 ret = BN_GF2m_mod_arr(r, a, arr);
423 if (BN_GF2m_mod_arr(r, s, p))
481 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
830 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
959 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
989 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;

Completed in 396 milliseconds