Home | History | Annotate | Download | only in ssl

Lines Matching full:ciphertext_length

993     PRUint32             ciphertext_length;
1095 ciphertext_length =
1112 (ciphertext_length % AES_BLOCK_SIZE);
1113 ciphertext_length += padding_length;
1121 + ciphertext_length /* encrypted_state */
1124 if (SECITEM_AllocItem(NULL, &plaintext_item, ciphertext_length) == NULL)
1212 if (SECITEM_AllocItem(NULL, &ciphertext, ciphertext_length) == NULL) {