Searched defs:ciphertext (Results 1 – 8 of 8) sorted by relevance
127 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in test_aes_vectors() local148 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_text_test() local1102 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_key_test() local
80 const uint8_t ciphertext[80] = { in test_ctr_sp_800_38a_encrypt_decrypt() local
91 const uint8_t ciphertext[80] = { variable
79 uint8_t ciphertext[CIPHERTEXT_LEN]; in do_test() local380 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local437 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local
55 static uint8_t ciphertext[PSA_CIPHER_ENCRYPT_OUTPUT_SIZE(SAMPLE_KEY_TYPE, SAMPLE_ALG, in use_persistent_key() local
102 static uint8_t ciphertext[PSA_CIPHER_ENCRYPT_OUTPUT_SIZE(KEY_TYPE, ALG, sizeof(plaintext))]; in ZTEST() local
22 uint8_t ciphertext[ECB_AES_BLOCK_SIZE]; member
69 uint8_t ciphertext[CIPHERTEXT_MAX_SIZE]; /* Keep last as this is variable in size. */ member