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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_256.c59 ec_GFp_nistp256_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
408 MP_CHECKOK(ec_GFp_nistp256_mod(r, r, meth));
423 MP_CHECKOK(ec_GFp_nistp256_mod(r, r, meth));
434 group->meth->field_mod = &ec_GFp_nistp256_mod;

Completed in 315 milliseconds