Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_aes.c70 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_1() local
93 if (tc_aes128_set_encrypt_key(&s, nist_key) == 0) { in test_1()
114 const uint8_t nist_key[NUM_OF_NIST_KEYS] = { in test_2() local
131 (void)tc_aes128_set_encrypt_key(&s, nist_key); in test_2()