Lines Matching refs:GFMethod

57 GFMethod *
61 GFMethod *meth; in GFMethod_new()
63 meth = (GFMethod *) kmem_alloc(sizeof(GFMethod), kmflag); in GFMethod_new()
65 meth = (GFMethod *) malloc(sizeof(GFMethod)); in GFMethod_new()
84 GFMethod *
88 GFMethod *meth = NULL; in GFMethod_consGFp()
143 GFMethod *
148 GFMethod *meth = NULL; in GFMethod_consGF2m()
197 GFMethod_free(GFMethod *meth) in GFMethod_free()
207 kmem_free(meth, sizeof(GFMethod)); in GFMethod_free()
218 const GFMethod *meth) in ec_GFp_add()
234 ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_neg()
248 const GFMethod *meth) in ec_GFp_sub()
273 const GFMethod *meth) in ec_GFp_add_3()
356 const GFMethod *meth) in ec_GFp_add_4()
450 const GFMethod *meth) in ec_GFp_add_5()
527 const GFMethod *meth) in ec_GFp_add_6()
618 const GFMethod *meth) in ec_GFp_sub_3()
702 const GFMethod *meth) in ec_GFp_sub_4()
795 const GFMethod *meth) in ec_GFp_sub_5()
863 const GFMethod *meth) in ec_GFp_sub_6()
940 ec_GFp_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_mod()
948 const GFMethod *meth) in ec_GFp_mul()
955 ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_sqr()
964 const GFMethod *meth) in ec_GFp_div()
989 const GFMethod *meth) in ec_GF2m_add()
997 ec_GF2m_neg(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_neg()
1008 ec_GF2m_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_mod()
1016 const GFMethod *meth) in ec_GF2m_mul()
1023 ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_sqr()
1032 const GFMethod *meth) in ec_GF2m_div()