Lines Matching refs:GFMethod
55 GFMethod *
59 GFMethod *meth; in GFMethod_new()
61 meth = (GFMethod *) kmem_alloc(sizeof(GFMethod), kmflag); in GFMethod_new()
63 meth = (GFMethod *) malloc(sizeof(GFMethod)); in GFMethod_new()
82 GFMethod *
86 GFMethod *meth = NULL; in GFMethod_consGFp()
141 GFMethod *
146 GFMethod *meth = NULL; in GFMethod_consGF2m()
195 GFMethod_free(GFMethod *meth) in GFMethod_free()
205 kmem_free(meth, sizeof(GFMethod)); in GFMethod_free()
216 const GFMethod *meth) in ec_GFp_add()
232 ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_neg()
246 const GFMethod *meth) in ec_GFp_sub()
271 const GFMethod *meth) in ec_GFp_add_3()
358 const GFMethod *meth) in ec_GFp_add_4()
458 const GFMethod *meth) in ec_GFp_add_5()
543 const GFMethod *meth) in ec_GFp_add_6()
644 const GFMethod *meth) in ec_GFp_sub_3()
732 const GFMethod *meth) in ec_GFp_sub_4()
831 const GFMethod *meth) in ec_GFp_sub_5()
907 const GFMethod *meth) in ec_GFp_sub_6()
994 ec_GFp_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_mod()
1002 const GFMethod *meth) in ec_GFp_mul()
1009 ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_sqr()
1018 const GFMethod *meth) in ec_GFp_div()
1043 const GFMethod *meth) 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()
1070 const GFMethod *meth) in ec_GF2m_mul()
1077 ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_sqr()
1086 const GFMethod *meth) in ec_GF2m_div()