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

  /external/chromium_org/crypto/
ghash.h 70 // UpdateBlocks processes |num_blocks| 16-bytes blocks from |bytes|.
71 void UpdateBlocks(const uint8* bytes, size_t num_blocks);
72 // Update processes |length| bytes from |bytes| and calls UpdateBlocks on as
ghash.cc 91 UpdateBlocks(buf_, 1);
109 UpdateBlocks(buf_, 1);
222 void GaloisHash::UpdateBlocks(const uint8* bytes, size_t num_blocks) {
241 UpdateBlocks(buf_, 1);
248 UpdateBlocks(data, n);

Completed in 159 milliseconds