Home
last modified time | relevance | path

Searched refs:ec_GFp_nistp224_mod (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/crypto/ecc/
H A Decp_224.c61 ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp224_mod() function
325 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth)); in ec_GFp_nistp224_sqr()
340 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth)); in ec_GFp_nistp224_mul()
363 MP_CHECKOK(ec_GFp_nistp224_mod(r, r, meth)); in ec_GFp_nistp224_div()
376 group->meth->field_mod = &ec_GFp_nistp224_mod; in ec_group_set_gfp224()