Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/
Dtypes.h329 typedef struct Fq2ElemStr { struct
331 } Fq2ElemStr; typedef
335 Fq2ElemStr a[3]; ///< polynomial coefficient
/external/epid-sdk/epid/common-testhelper/unittests/
Dffelement_wrapper-test.cc43 static const Fq2ElemStr ff_2_str;
64 const Fq2ElemStr FfElementObjTest::ff_2_str = {
/external/epid-sdk/epid/common-testhelper/
Depid_params-testhelper.h68 static const Fq2ElemStr xi_str_;
Dffelement_wrapper-testhelper.h54 FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes);
Depid_params-testhelper.cc152 const Fq2ElemStr Epid20Params::xi_str_ = {
Dffelement_wrapper-testhelper.cc92 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes) in FfElementObj()
/external/epid-sdk/epid/common/math/src/
Dprintutils.c175 } else if (ipp_ff_element_size == sizeof(Fq2ElemStr)) { in PrintFfElement()
176 PrintFq2ElemStr((const Fq2ElemStr*)&ff_element_str, var_name, format); in PrintFfElement()
335 void PrintFq2ElemStr(Fq2ElemStr const* fq2_elem_str, char const* var_name, in PrintFq2ElemStr()
Dpairing.c2060 Fq2ElemStr Fq6IrrPolynomial = {0}; in SquareForFq4()
2159 Fq2ElemStr Fq6IrrPolynomial = {0}; in SquareCyclotomic()
/external/epid-sdk/epid/common/math/unittests/
Dprintutils-test.cc51 static const Fq2ElemStr xi_str;
178 const Fq2ElemStr PrintutilsTest::xi_str = {
Dffelement-test.cc63 bool operator==(Fq2ElemStr const& lhs, Fq2ElemStr const& rhs) { in operator ==()
253 static const Fq2ElemStr fq2_2_1_str;
261 static const Fq2ElemStr fq2_a_str;
269 static const Fq2ElemStr fq2_sum_ab_str;
275 static const Fq2ElemStr fq2_mul_ab_str;
341 const Fq2ElemStr FfElementTest::fq2_2_1_str = {
515 const Fq2ElemStr FfElementTest::fq2_a_str = {
540 const Fq2ElemStr FfElementTest::fq2_sum_ab_str = {
613 const Fq2ElemStr FfElementTest::fq2_mul_ab_str = {
1520 uint8_t buf[sizeof(Fq2ElemStr) + 1] = {0}; in TEST_F()
[all …]
Dfinitefield-test.cc47 Fq2ElemStr xi = {
Decgroup-test.cc84 static const Fq2ElemStr param_xi0xi1 = { in EFq2Params()
/external/epid-sdk/epid/common/math/
Dprintutils.h197 void PrintFq2ElemStr(Fq2ElemStr const* fq2_elem_str, char const* var_name,
/external/epid-sdk/epid/member/tiny/math/src/
Dserialize.c117 static void* Fq2Serialize(Fq2ElemStr* dest, Fq2Elem const* src) { in Fq2Serialize()
123 static void const* Fq2Deserialize(Fq2Elem* dest, Fq2ElemStr const* src) { in Fq2Deserialize()