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

  /external/libchrome/crypto/
p224.cc 89 // kZero31ModP is 0 mod p where bit 31 is set in all limbs so that we can
92 static const FieldElement kZero31ModP = {
104 (*out)[i] = a[i] + kZero31ModP[i] - b[i];
  /external/libweave/third_party/chromium/crypto/
p224.cc 103 // kZero31ModP is 0 mod p where bit 31 is set in all limbs so that we can
106 static const FieldElement kZero31ModP = {
118 (*out)[i] = a[i] + kZero31ModP[i] - b[i];

Completed in 222 milliseconds