Searched refs:ciphertext_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/crypto/
H A Dghash_unittest.cc53 unsigned ciphertext_length; member in struct:crypto::__anon8159::TestCase
113 if (test.ciphertext_length)
114 hash.UpdateCiphertext(test.ciphertext, test.ciphertext_length);
133 for (size_t i = 0; i < test.ciphertext_length;) {
134 size_t n = std::min(test.ciphertext_length - i, chunk_size);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c954 PRUint32 ciphertext_length; local
1056 ciphertext_length =
1073 (ciphertext_length % AES_BLOCK_SIZE);
1074 ciphertext_length += padding_length;
1082 + ciphertext_length /* encrypted_state */
1085 if (SECITEM_AllocItem(NULL, &plaintext_item, ciphertext_length) == NULL)
1173 if (SECITEM_AllocItem(NULL, &ciphertext, ciphertext_length) == NULL) {

Completed in 70 milliseconds