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

  /external/libchrome/crypto/
p224.cc 700 uint32_t outwords[14]; local
701 Put224Bits(outwords, xx);
702 Put224Bits(outwords + 7, yy);
703 return std::string(reinterpret_cast<const char*>(outwords), sizeof(outwords));
  /external/libweave/third_party/chromium/crypto/
p224.cc 729 uint32_t outwords[14]; local
730 Put224Bits(outwords, xx);
731 Put224Bits(outwords + 7, yy);
732 return std::string(reinterpret_cast<const char*>(outwords), sizeof(outwords));

Completed in 146 milliseconds