Home
last modified time | relevance | path

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

/Zephyr-latest/tests/crypto/tinycrypt/src/
Daes.c59 #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()
[all …]