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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_233.c61 ec_GF2m_233_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
200 return ec_GF2m_233_mod(r, r, meth);
294 return ec_GF2m_233_mod(r, r, meth);
305 group->meth->field_mod = &ec_GF2m_233_mod;

Completed in 58 milliseconds