HomeSort by relevance Sort by last modified time
    Searched defs:FqElemStr (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/epid/member/tiny/math/
serialize.h 31 typedef struct FqElemStr FqElemStr;
52 FqElem and FqElemStr, FpElem and FpElemStr, EccPointFq and G1ElemStr,
109 void* FqSerialize(FqElemStr* dest, FqElem const* src);
117 void const* FqDeserialize(FqElem* dest, FqElemStr const* src);
  /external/epid-sdk/epid/member/tpm2/unittests/
tpm2-testhelper.h 35 typedef struct FqElemStr FqElemStr;
51 static const FqElemStr kY2Sha256Str;
55 static const FqElemStr kY2Sha384Str;
59 static const FqElemStr kY2Sha512Str;
63 static const FqElemStr kY2Sha512256Str;
  /external/epid-sdk/epid/common/
types.h 108 typedef struct FqElemStr {
110 } FqElemStr;
114 FqElemStr x; ///< an integer between [0, q-1]
115 FqElemStr y; ///< an integer between [0, q-1]
120 FqElemStr x[2]; ///< an integer between [0, q-1]
121 FqElemStr y[2]; ///< an integer between [0, q-1]
126 FqElemStr x[12]; ///< an integer between [0, q-1]
137 FqElemStr b; ///< an integer between [0, q-1]
140 FqElemStr beta; ///< an integer between [0, q-1]
141 FqElemStr xi[2]; ///< array of integers between [0, q-1
    [all...]

Completed in 76 milliseconds