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

  /external/libchrome/crypto/
p224.cc 111 // kZero63ModP is 0 mod p where bit 63 is set in all limbs. See the section
113 static const uint64_t kZero63ModP[8] = {
132 in[i] += kZero63ModP[i];
  /external/libweave/third_party/chromium/crypto/
p224.cc 125 // kZero63ModP is 0 mod p where bit 63 is set in all limbs. See the section
127 static const uint64_t kZero63ModP[8] = {
155 in[i] += kZero63ModP[i];

Completed in 130 milliseconds