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

  /external/chromium_org/crypto/
p224.h 22 typedef uint32 FieldElement[8];
35 FieldElement x, y, z;
ghash.h 55 struct FieldElement {
60 static FieldElement Add(const FieldElement& x, const FieldElement& y);
62 static FieldElement Double(const FieldElement& x);
65 static void MulAfterPrecomputation(const FieldElement* table,
66 FieldElement* x);
68 static void Mul16(FieldElement* x);
77 FieldElement y_
    [all...]

Completed in 62 milliseconds