Searched refs:Fq2ElemStr (Results 1 – 14 of 14) sorted by relevance
/external/epid-sdk/epid/common/ |
D | types.h | 329 typedef struct Fq2ElemStr { struct 331 } Fq2ElemStr; typedef 335 Fq2ElemStr a[3]; ///< polynomial coefficient
|
/external/epid-sdk/epid/common-testhelper/unittests/ |
D | ffelement_wrapper-test.cc | 43 static const Fq2ElemStr ff_2_str; 64 const Fq2ElemStr FfElementObjTest::ff_2_str = {
|
/external/epid-sdk/epid/common-testhelper/ |
D | epid_params-testhelper.h | 68 static const Fq2ElemStr xi_str_;
|
D | ffelement_wrapper-testhelper.h | 54 FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes);
|
D | epid_params-testhelper.cc | 152 const Fq2ElemStr Epid20Params::xi_str_ = {
|
D | ffelement_wrapper-testhelper.cc | 92 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes) in FfElementObj()
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 175 } 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()
|
D | pairing.c | 2060 Fq2ElemStr Fq6IrrPolynomial = {0}; in SquareForFq4() 2159 Fq2ElemStr Fq6IrrPolynomial = {0}; in SquareCyclotomic()
|
/external/epid-sdk/epid/common/math/unittests/ |
D | printutils-test.cc | 51 static const Fq2ElemStr xi_str; 178 const Fq2ElemStr PrintutilsTest::xi_str = {
|
D | ffelement-test.cc | 63 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 …]
|
D | finitefield-test.cc | 47 Fq2ElemStr xi = {
|
D | ecgroup-test.cc | 84 static const Fq2ElemStr param_xi0xi1 = { in EFq2Params()
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 197 void PrintFq2ElemStr(Fq2ElemStr const* fq2_elem_str, char const* var_name,
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | serialize.c | 117 static void* Fq2Serialize(Fq2ElemStr* dest, Fq2Elem const* src) { in Fq2Serialize() 123 static void const* Fq2Deserialize(Fq2Elem* dest, Fq2ElemStr const* src) { in Fq2Deserialize()
|