Home
last modified time | relevance | path

Searched refs:ec_GF2m_163_mod (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c59 ec_GF2m_163_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_163_mod() function
171 return ec_GF2m_163_mod(r, r, meth); in ec_GF2m_163_sqr()
262 return ec_GF2m_163_mod(r, r, meth); in ec_GF2m_163_mul()
273 group->meth->field_mod = &ec_GF2m_163_mod; in ec_group_set_gf2m163()