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

  /external/libchrome/crypto/
p224.cc 654 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/
p224.cc 683 const uint32_t* inwords = reinterpret_cast<const uint32_t*>(in.data()); local
684 Get224Bits(x, inwords);
685 Get224Bits(y, inwords + 7);

Completed in 71 milliseconds