Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/ecc/
H A Decl-priv.h244 mp_err ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth);
H A Decl_gf.c179 meth->field_sqr = &ec_GF2m_sqr; in GFMethod_consGF2m()
1023 ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_sqr() function