Lines Matching refs:ciphertext
186 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local
187 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key()
188 unsigned char decrypted[sizeof(ciphertext)]; in exercise_cipher_key()
211 ciphertext, sizeof(ciphertext), in exercise_cipher_key()
214 ciphertext + ciphertext_length, in exercise_cipher_key()
215 sizeof(ciphertext) - ciphertext_length, in exercise_cipher_key()
237 ciphertext, ciphertext_length, in exercise_cipher_key()
273 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local
274 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key()
275 size_t plaintext_length = sizeof(ciphertext); in exercise_aead_key()
292 ciphertext, sizeof(ciphertext), in exercise_aead_key()
309 ciphertext, ciphertext_length, in exercise_aead_key()
446 unsigned char ciphertext[PSA_ASYMMETRIC_ENCRYPT_OUTPUT_MAX_SIZE] = in exercise_asymmetric_encryption_key() local
448 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key()
455 ciphertext, sizeof(ciphertext), in exercise_asymmetric_encryption_key()
466 ciphertext, ciphertext_length, in exercise_asymmetric_encryption_key()