Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/crypto/ecc/
H A Dec2_test.c264 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
281 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
385 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
H A Decl_gf.c174 meth->field_add = &ec_GF2m_add; in GFMethod_consGF2m()
176 meth->field_sub = &ec_GF2m_add; in GFMethod_consGF2m()
988 ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_add() function
H A Decl-priv.h238 mp_err ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r,