Lines Matching refs:NUM_OF_NIST_KEYS
59 #define NUM_OF_NIST_KEYS 16 macro
64 uint8_t in[NUM_OF_NIST_KEYS];
65 uint8_t out[NUM_OF_NIST_KEYS];
74 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_aes_key_chain()
114 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_aes_vectors()
118 const uint8_t nist_input[NUM_OF_NIST_KEYS] = { in test_aes_vectors()
122 const uint8_t expected[NUM_OF_NIST_KEYS] = { in test_aes_vectors()
127 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in test_aes_vectors()
148 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_text_test()
149 uint8_t decrypted[NUM_OF_NIST_KEYS]; in var_text_test()
153 result = check_result(r, out, NUM_OF_NIST_KEYS, in var_text_test()
160 result = check_result(r, in, NUM_OF_NIST_KEYS, in var_text_test()
173 const uint8_t key[NUM_OF_NIST_KEYS] = { in ZTEST()
1098 const uint8_t plaintext[NUM_OF_NIST_KEYS] = { in var_key_test()
1102 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_key_test()
1108 result = check_result(r, out, NUM_OF_NIST_KEYS, in var_key_test()