Lines Matching defs:ciphertext_length
124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length)
197 *ciphertext_length = plaintext_length + operation.tag_length;
213 size_t ciphertext_length,
218 if (tag_length > ciphertext_length) {
221 payload_length = ciphertext_length - tag_length;
235 const uint8_t *ciphertext, size_t ciphertext_length,
250 ciphertext, ciphertext_length,
260 ciphertext_length - operation.tag_length,
272 ciphertext_length - operation.tag_length,
288 ciphertext_length - operation.tag_length,
307 *plaintext_length = ciphertext_length - operation.tag_length;
314 *plaintext_length = ciphertext_length - operation.tag_length;
553 size_t *ciphertext_length,
569 ciphertext, ciphertext_size, ciphertext_length,
604 (void) ciphertext_length;
615 *ciphertext_length = finish_output_size;