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

  /external/libchrome/crypto/
p224.cc 613 // Get224Bits reads 7 words from in and scatters their contents in
615 void Get224Bits(uint32_t* out, const uint32_t* in) {
632 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
655 Get224Bits(x, inwords);
656 Get224Bits(y, inwords + 7);
  /external/libweave/third_party/chromium/crypto/
p224.cc 642 // Get224Bits reads 7 words from in and scatters their contents in
644 void Get224Bits(uint32_t* out, const uint32_t* in) {
661 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
684 Get224Bits(x, inwords);
685 Get224Bits(y, inwords + 7);

Completed in 661 milliseconds