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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_smpt.c99 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
H A Dec2_smpl.c201 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
206 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
274 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
H A Dec2_mult.c247 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c323 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const unsigned int p[]) function
413 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
415 * BN_GF2m_mod_arr function.
431 ret = BN_GF2m_mod_arr(r, a, arr);
479 if (BN_GF2m_mod_arr(r, s, p))
537 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
809 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
939 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
969 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
H A Dbn.h596 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const unsigned int p[]);

Completed in 154 milliseconds