Home
last modified time | relevance | path

Searched refs:NUM_OF_NIST_KEYS (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_aes.c55 #define NUM_OF_NIST_KEYS 16 macro
60 uint8_t in[NUM_OF_NIST_KEYS];
61 uint8_t out[NUM_OF_NIST_KEYS];
70 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_1()
114 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_2()
118 const uint8_t nist_input[NUM_OF_NIST_KEYS] = { in test_2()
122 const uint8_t expected[NUM_OF_NIST_KEYS] = { in test_2()
127 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in test_2()
151 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_text_test()
152 uint8_t decrypted[NUM_OF_NIST_KEYS]; in var_text_test()
[all …]