Searched refs:Fq12ElemStr (Results 1 – 13 of 13) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/ |
D | serialize.h | 43 typedef struct Fq12ElemStr Fq12ElemStr; typedef 125 void* Fq12Serialize(Fq12ElemStr* dest, Fq12Elem const* src); 133 void const* Fq12Deserialize(Fq12Elem* dest, Fq12ElemStr const* src);
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | serialize-test.cc | 54 bool operator==(Fq12ElemStr const& lhs, Fq12ElemStr const& rhs) { in operator ==() 184 Fq12ElemStr serialized_fq12elm = {0}; in TEST() 185 const Fq12ElemStr expected_serialized_fq12elm = { in TEST() 236 const Fq12ElemStr serialized_fq12elm = { in TEST()
|
/external/epid-sdk/epid/member/tiny/src/ |
D | serialize.c | 116 Fq12Deserialize(&dest->ea2, (Fq12ElemStr*)&src->ea2); in PreCompDeserialize() 117 Fq12Deserialize(&dest->e12, (Fq12ElemStr*)&src->e12); in PreCompDeserialize() 118 Fq12Deserialize(&dest->e22, (Fq12ElemStr*)&src->e22); in PreCompDeserialize() 119 Fq12Deserialize(&dest->e2w, (Fq12ElemStr*)&src->e2w); in PreCompDeserialize()
|
D | signbasic.c | 66 Fq12ElemStr fq12_str; in EpidSignBasic()
|
/external/epid-sdk/epid/common/math/unittests/ |
D | ffelement-test.cc | 71 bool operator==(Fq12ElemStr const& lhs, Fq12ElemStr const& rhs) { in operator ==() 271 static const Fq12ElemStr fq12_sum_ab_str; 293 static const Fq12ElemStr fq12_g_str; 295 static const Fq12ElemStr fq12_h_str; 297 static const Fq12ElemStr fq12_i_str; 299 static const Fq12ElemStr fq12_j_str; 301 static const Fq12ElemStr fq12_k_str; 303 static const Fq12ElemStr fq12_mul_ij_str; 305 static const Fq12ElemStr fq12_mul_gb_str; 336 static const Fq12ElemStr fq12_multi_exp_base_4[4]; [all …]
|
D | printutils-test.cc | 53 static const Fq12ElemStr a_str; 204 const Fq12ElemStr PrintutilsTest::a_str = {
|
/external/epid-sdk/epid/common/ |
D | types.h | 339 typedef struct Fq12ElemStr { struct 341 } Fq12ElemStr; typedef
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 140 uint8_t ff_element_str[sizeof(Fq12ElemStr)]; in PrintFfElement() 180 PrintFq12ElemStr((const Fq12ElemStr*)&ff_element_str, var_name, format); in PrintFfElement() 417 void PrintFq12ElemStr(Fq12ElemStr const* fq12_elem_str, char const* var_name, in PrintFq12ElemStr()
|
D | pairing.c | 2157 Fq12ElemStr a_str = {0}; in SquareCyclotomic() 2158 Fq12ElemStr e_str = {0}; in SquareCyclotomic()
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 231 void PrintFq12ElemStr(Fq12ElemStr const* fq12_elem_str, char const* var_name,
|
/external/epid-sdk/epid/common-testhelper/ |
D | ffelement_wrapper-testhelper.h | 60 FfElementObj(FiniteFieldObj* ff, Fq12ElemStr const& bytes);
|
D | ffelement_wrapper-testhelper.cc | 107 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq12ElemStr const& bytes) in FfElementObj()
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | serialize.c | 144 void const* Fq12Deserialize(Fq12Elem* dest, Fq12ElemStr const* src) { in Fq12Deserialize() 155 void* Fq12Serialize(Fq12ElemStr* dest, Fq12Elem const* src) { in Fq12Serialize()
|