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

/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Decp_192.c52 ec_GFp_nistp192_mod(const mp_int *a, mp_int *r, const GFMethod *meth) function
456 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
471 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
494 MP_CHECKOK(ec_GFp_nistp192_mod(r, r, meth));
507 group->meth->field_mod = &ec_GFp_nistp192_mod;

Completed in 132 milliseconds