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

  /external/chromium_org/crypto/
ghash_unittest.cc 55 unsigned ciphertext_length; member in struct:crypto::__anon12194::TestCase
115 if (test.ciphertext_length)
116 hash.UpdateCiphertext(test.ciphertext, test.ciphertext_length);
135 for (size_t i = 0; i < test.ciphertext_length;) {
136 size_t n = std::min(test.ciphertext_length - i, chunk_size);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 993 PRUint32 ciphertext_length; local
    [all...]

Completed in 384 milliseconds