Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_aes.c118 const uint8_t nist_input[NUM_OF_NIST_KEYS] = { in test_2() local
132 if (tc_aes_encrypt(ciphertext, nist_input, &s) == 0) { in test_2()