Home
last modified time | relevance | path

Searched refs:Fq6ElemStr (Results 1 – 13 of 13) sorted by relevance

/external/epid-sdk/epid/common/
Dtypes.h334 typedef struct Fq6ElemStr { struct
336 } Fq6ElemStr; argument
340 Fq6ElemStr a[2]; ///< polynomial coefficient
/external/epid-sdk/epid/common/math/src/
Dprintutils.c177 } else if (ipp_ff_element_size == sizeof(Fq6ElemStr)) { in PrintFfElement()
178 PrintFq6ElemStr((const Fq6ElemStr*)&ff_element_str, var_name, format); in PrintFfElement()
179 } else if (ipp_ff_element_size == sizeof(Fq6ElemStr)) { in PrintFfElement()
376 void PrintFq6ElemStr(Fq6ElemStr const* fq6_elem_str, char const* var_name, in PrintFq6ElemStr()
Dtatepairing.c693 Fq6ElemStr r_str = {0}; in Fq6FromFq()
/external/epid-sdk/epid/common-testhelper/
Depid_params-testhelper.h61 static const Fq6ElemStr v_str_;
Dffelement_wrapper-testhelper.h58 FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes);
Depid_params-testhelper.cc113 const Fq6ElemStr Epid20Params::v_str_ = {
Dffelement_wrapper-testhelper.cc102 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes) in FfElementObj()
/external/epid-sdk/epid/common/math/unittests/
Dprintutils-test.cc52 static const Fq6ElemStr v_str;
185 const Fq6ElemStr PrintutilsTest::v_str = {
Dffelement-test.cc67 bool operator==(Fq6ElemStr const& lhs, Fq6ElemStr const& rhs) { in operator ==()
256 static const Fq6ElemStr fq6_0_0_1_0_0_0_str;
270 static const Fq6ElemStr fq6_sum_ab_str;
331 static const Fq6ElemStr epid11_GT_multi_exp_base_3[3];
333 static const Fq6ElemStr epid11_GT_multi_exp_res_3;
348 const Fq6ElemStr FfElementTest::fq6_0_0_1_0_0_0_str = {
548 const Fq6ElemStr FfElementTest::fq6_sum_ab_str = {
1326 const Fq6ElemStr FfElementTest::epid11_GT_multi_exp_base_3[3] = {
1394 const Fq6ElemStr FfElementTest::epid11_GT_multi_exp_res_3 = {
Dfinitefield-test.cc54 Fq6ElemStr v = {
/external/epid-sdk/epid/common/math/
Dprintutils.h214 void PrintFq6ElemStr(Fq6ElemStr const* fq6_elem_str, char const* var_name,
/external/epid-sdk/epid/member/tiny/math/src/
Dserialize.c129 static void* Fq6Serialize(Fq6ElemStr* dest, Fq6Elem const* src) { in Fq6Serialize()
136 static void const* Fq6Deserialize(Fq6Elem* dest, Fq6ElemStr const* src) { in Fq6Deserialize()
/external/epid-sdk/epid/common/src/
Depid2params.c527 const Fq6ElemStr v_str = { in NewGT()