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

/external/libchrome/crypto/
H A Dp224.cc654 const uint32_t* inwords = reinterpret_cast<const uint32_t*>(in.data()); local
655 Get224Bits(x, inwords);
656 Get224Bits(y, inwords + 7);
/external/libweave/third_party/chromium/crypto/
H A Dp224.cc683 const uint32_t* inwords = reinterpret_cast<const uint32_t*>(in.data()); local
684 Get224Bits(x, inwords);
685 Get224Bits(y, inwords + 7);

Completed in 82 milliseconds