Lines Matching refs:ciphertext_length
166 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() local
184 &ciphertext_length)); in exercise_cipher_key()
186 ciphertext + ciphertext_length, in exercise_cipher_key()
187 sizeof(ciphertext) - ciphertext_length, in exercise_cipher_key()
189 ciphertext_length += part_length; in exercise_cipher_key()
204 ciphertext, ciphertext_length, in exercise_cipher_key()
240 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() local
258 &ciphertext_length)); in exercise_aead_key()
269 ciphertext, ciphertext_length, in exercise_aead_key()
378 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key() local
386 &ciphertext_length)); in exercise_asymmetric_encryption_key()
392 ciphertext, ciphertext_length, in exercise_asymmetric_encryption_key()