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

  /external/libchrome/crypto/
p224.cc 125 // ReduceLarge converts a LargeFieldElement to a FieldElement.
128 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) {
183 ReduceLarge(out, &tmp);
205 ReduceLarge(out, &tmp);
  /external/libweave/third_party/chromium/crypto/
p224.cc 139 // ReduceLarge converts a LargeFieldElement to a FieldElement.
151 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) {
194 // Reenable "tree-vectorize" optimization if it got disabled for ReduceLarge.
212 ReduceLarge(out, &tmp);
234 ReduceLarge(out, &tmp);

Completed in 334 milliseconds