Lines Matching refs:ciphertext_length
187 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() local
212 &ciphertext_length)); in exercise_cipher_key()
214 ciphertext + ciphertext_length, in exercise_cipher_key()
215 sizeof(ciphertext) - ciphertext_length, in exercise_cipher_key()
217 ciphertext_length += part_length; in exercise_cipher_key()
237 ciphertext, ciphertext_length, in exercise_cipher_key()
274 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() local
293 &ciphertext_length); in exercise_aead_key()
309 ciphertext, ciphertext_length, in exercise_aead_key()
448 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key() local
456 &ciphertext_length); in exercise_asymmetric_encryption_key()
466 ciphertext, ciphertext_length, in exercise_asymmetric_encryption_key()