Searched refs:outwords (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/
H A Dp224.cc700 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/
H A Dp224.cc729 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 106 milliseconds