Lines Matching refs:mp_int
83 GFMethod_consGFp(const mp_int *irr) in GFMethod_consGFp()
142 GFMethod_consGF2m(const mp_int *irr, const unsigned int irr_arr[5]) in GFMethod_consGF2m()
215 ec_GFp_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add()
232 ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_neg()
245 ec_GFp_sub(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub()
270 ec_GFp_add_3(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_3()
357 ec_GFp_add_4(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_4()
457 ec_GFp_add_5(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_5()
542 ec_GFp_add_6(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_6()
643 ec_GFp_sub_3(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_3()
731 ec_GFp_sub_4(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_4()
830 ec_GFp_sub_5(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_5()
906 ec_GFp_sub_6(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub_6()
994 ec_GFp_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_mod()
1001 ec_GFp_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_mul()
1009 ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_sqr()
1017 ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_div()
1021 mp_int t; in ec_GFp_div()
1042 ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_add()
1051 ec_GF2m_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_neg()
1062 ec_GF2m_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_mod()
1069 ec_GF2m_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_mul()
1077 ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_sqr()
1085 ec_GF2m_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_div()
1089 mp_int t; in ec_GF2m_div()