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

  /external/chromium_org/crypto/
ghash.h 80 size_t ciphertext_bytes_; member in class:crypto::GaloisHash
ghash.cc 73 ciphertext_bytes_ = 0;
98 ciphertext_bytes_ += length;
118 y_.hi ^= ciphertext_bytes_*8;

Completed in 29 milliseconds