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

  /external/chromium_org/crypto/
ghash.h 41 // UpdateCiphertext hashes in ciphertext to be authenticated.
42 void UpdateCiphertext(const uint8* data, size_t length);
ghash_unittest.cc 116 hash.UpdateCiphertext(test.ciphertext, test.ciphertext_length);
137 hash.UpdateCiphertext(test.ciphertext + i, n);
ghash.cc 85 void GaloisHash::UpdateCiphertext(const uint8* data, size_t length) {
  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_nss.cc 191 ghash.UpdateCiphertext(enc, output_len);
aes_128_gcm_12_encrypter_nss.cc 197 ghash.UpdateCiphertext(out, output_len);

Completed in 159 milliseconds