Searched refs:ec_GF2m_add (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_test.c | 264 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 D | ecl_gf.c | 174 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 D | ecl-priv.h | 238 mp_err ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r,
|
Completed in 46 milliseconds