Lines Matching refs:ciphertext_length
170 size_t ciphertext_length = sizeof( ciphertext ); in exercise_cipher_key() local
183 &ciphertext_length ) ); in exercise_cipher_key()
185 ciphertext + ciphertext_length, in exercise_cipher_key()
186 sizeof( ciphertext ) - ciphertext_length, in exercise_cipher_key()
188 ciphertext_length += part_length; in exercise_cipher_key()
210 ciphertext, ciphertext_length, in exercise_cipher_key()
242 size_t ciphertext_length = sizeof( ciphertext ); in exercise_aead_key() local
272 &ciphertext_length ) ); in exercise_aead_key()
284 ciphertext, ciphertext_length, in exercise_aead_key()
386 size_t ciphertext_length = sizeof( ciphertext ); in exercise_asymmetric_encryption_key() local
395 &ciphertext_length ) ); in exercise_asymmetric_encryption_key()
402 ciphertext, ciphertext_length, in exercise_asymmetric_encryption_key()