Searched refs:gf2m_Madd (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_mont.c | 89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, function 254 MP_CHECKOK(gf2m_Madd(px, &x1, &z1, &x2, &z2, group, FLAG(n))); 257 MP_CHECKOK(gf2m_Madd(px, &x2, &z2, &x1, &z1, group, FLAG(n)));
|
Completed in 66 milliseconds