HomeSort by relevance Sort by last modified time
    Searched refs:Fq2ElemStr (Results 1 - 15 of 15) sorted by null

  /external/epid-sdk/epid/common-testhelper/
epid_params-testhelper.h 68 static const Fq2ElemStr xi_str_;
ffelement_wrapper-testhelper.h 54 FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes);
ffelement_wrapper-testhelper.cc 92 FfElementObj::FfElementObj(FiniteFieldObj* ff, Fq2ElemStr const& bytes)
epid_params-testhelper.cc 152 const Fq2ElemStr Epid20Params::xi_str_ = {
  /external/epid-sdk/epid/common/
types.h 329 typedef struct Fq2ElemStr {
331 } Fq2ElemStr;
335 Fq2ElemStr a[3]; ///< polynomial coefficient
  /external/epid-sdk/epid/common/math/
printutils.h 197 void PrintFq2ElemStr(Fq2ElemStr const* fq2_elem_str, char const* var_name,
  /external/epid-sdk/epid/common-testhelper/unittests/
ffelement_wrapper-test.cc 43 static const Fq2ElemStr ff_2_str;
64 const Fq2ElemStr FfElementObjTest::ff_2_str = {
  /external/epid-sdk/epid/member/tiny/math/src/
serialize.c 117 static void* Fq2Serialize(Fq2ElemStr* dest, Fq2Elem const* src) {
123 static void const* Fq2Deserialize(Fq2Elem* dest, Fq2ElemStr const* src) {
  /external/epid-sdk/epid/common/math/src/
printutils.c 175 } else if (ipp_ff_element_size == sizeof(Fq2ElemStr)) {
176 PrintFq2ElemStr((const Fq2ElemStr*)&ff_element_str, var_name, format);
335 void PrintFq2ElemStr(Fq2ElemStr const* fq2_elem_str, char const* var_name,
340 PRINT("%s (Fq2ElemStr):\n", var_name);
pairing.c     [all...]
  /external/epid-sdk/doc/html/
group___epid_types.js 143 [ "Fq2ElemStr", "struct_fq2_elem_str.html", [
  /external/epid-sdk/epid/common/math/unittests/
finitefield-test.cc 47 Fq2ElemStr xi = {
printutils-test.cc 51 static const Fq2ElemStr xi_str;
178 const Fq2ElemStr PrintutilsTest::xi_str = {
ffelement-test.cc 62 /// compares Fq2ElemStr values
63 bool operator==(Fq2ElemStr const& lhs, Fq2ElemStr const& rhs) {
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 =
    [all...]
ecgroup-test.cc 84 static const Fq2ElemStr param_xi0xi1 = {
    [all...]

Completed in 376 milliseconds