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

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

Completed in 46 milliseconds