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

  /external/libchrome/crypto/
p224.cc 669 FieldElement three_x; local
671 three_x[i] = x[i] * 3;
673 Reduce(&three_x);
674 Subtract(&rhs, rhs, three_x);
  /external/libweave/third_party/chromium/crypto/
p224.cc 698 FieldElement three_x; local
700 three_x[i] = x[i] * 3;
702 Reduce(&three_x);
703 Subtract(&rhs, rhs, three_x);

Completed in 245 milliseconds