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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_192.c61 ec_GFp_nistp192_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
465 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
480 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
503 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
516 group->meth->field_mod = &ec_GFp_nistp192_mod;

Completed in 43 milliseconds