Lines Matching full:nist
2 * Implementation of some AES-128 tests (including NIST tests)
40 * - AES128 NIST key schedule test
41 * - AES128 NIST encryption test
42 * - AES128 NIST fixed-key and variable-text
43 * - AES128 NIST variable-key and fixed-text
69 * NIST test key schedule.
93 TC_PRINT("AES128 %s (NIST key schedule test):\n", __func__); in test_aes_key_chain()
97 "NIST key schedule test failed."); in test_aes_key_chain()
105 "AES128 test #1 (NIST key schedule test) failed."); in test_aes_key_chain()
109 * NIST test vectors for encryption.
129 TC_PRINT("AES128 %s (NIST encryption test):\n", __func__); in test_aes_vectors()
133 /**TESTPOINT: Check NIST input*/ in test_aes_vectors()
135 "NIST encryption test failed."); in test_aes_vectors()
142 "AES128 test #2 (NIST encryption test) failed."); in test_aes_vectors()
168 * All NIST tests with fixed key and variable text.
1078 TC_PRINT("AES128 %s (NIST fixed-key and variable-text):\n", __func__); in ZTEST()
1091 "AES128 test #3 (NIST fixed-key and variable-text) failed."); in ZTEST()
1114 * All NIST tests with variable key and fixed text.
2019 TC_PRINT("AES128 test #4 (NIST variable-key and fixed-text):\n"); in ZTEST()
2031 "AES128 test #4 (NIST variable-key and fixed-text) failed."); in ZTEST()