Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_test.c262 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
279 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
383 MP_CHECKOK(ec_GF2m_add(&ry, &rx, &ry, group->meth)); in ectest_curve_GF2m()
H A Decl_gf.c172 meth->field_add = &ec_GF2m_add; in GFMethod_consGF2m()
174 meth->field_sub = &ec_GF2m_add; in GFMethod_consGF2m()
1042 ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_add() function
H A Decl-priv.h236 mp_err ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r,