Lines Matching refs:FiniteFieldObj
42 FiniteFieldObj ff_;
50 void write(FiniteFieldObj* ff, unsigned char const* buf, size_t buflen) { in write()
78 FfElementObj::FfElementObj(FiniteFieldObj* ff) : state_(new State) { in FfElementObj()
82 FfElementObj::FfElementObj(FiniteFieldObj* ff, FpElemStr const& bytes) in FfElementObj()
87 FfElementObj::FfElementObj(FiniteFieldObj* ff, FqElemStr const& bytes) in FfElementObj()
92 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes) in FfElementObj()
97 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq3ElemStr const& bytes) in FfElementObj()
102 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes) in FfElementObj()
107 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq12ElemStr const& bytes) in FfElementObj()
112 FfElementObj::FfElementObj(FiniteFieldObj* ff, in FfElementObj()
118 FfElementObj::FfElementObj(FiniteFieldObj* ff, void const* bytes, size_t size) in FfElementObj()
123 void FfElementObj::init(FiniteFieldObj* ff, unsigned char const* bytes, in init()