Searched refs:Fq6ElemStr (Results 1 – 13 of 13) sorted by relevance
/external/epid-sdk/epid/common/ |
D | types.h | 334 typedef struct Fq6ElemStr { struct 336 } Fq6ElemStr; argument 340 Fq6ElemStr a[2]; ///< polynomial coefficient
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 177 } 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()
|
D | tatepairing.c | 693 Fq6ElemStr r_str = {0}; in Fq6FromFq()
|
/external/epid-sdk/epid/common-testhelper/ |
D | epid_params-testhelper.h | 61 static const Fq6ElemStr v_str_;
|
D | ffelement_wrapper-testhelper.h | 58 FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes);
|
D | epid_params-testhelper.cc | 113 const Fq6ElemStr Epid20Params::v_str_ = {
|
D | ffelement_wrapper-testhelper.cc | 102 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq6ElemStr const& bytes) in FfElementObj()
|
/external/epid-sdk/epid/common/math/unittests/ |
D | printutils-test.cc | 52 static const Fq6ElemStr v_str; 185 const Fq6ElemStr PrintutilsTest::v_str = {
|
D | ffelement-test.cc | 67 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 = {
|
D | finitefield-test.cc | 54 Fq6ElemStr v = {
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 214 void PrintFq6ElemStr(Fq6ElemStr const* fq6_elem_str, char const* var_name,
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | serialize.c | 129 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/ |
D | epid2params.c | 527 const Fq6ElemStr v_str = { in NewGT()
|