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

  /external/libchrome/crypto/
p224.cc 632 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
635 void Put224Bits(uint32_t* out, const uint32_t* in) {
701 Put224Bits(outwords, xx);
702 Put224Bits(outwords + 7, yy);
  /external/libweave/third_party/chromium/crypto/
p224.cc 661 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
664 void Put224Bits(uint32_t* out, const uint32_t* in) {
730 Put224Bits(outwords, xx);
731 Put224Bits(outwords + 7, yy);

Completed in 2689 milliseconds