Searched refs:test_input (Results 1 – 1 of 1) sorted by relevance
| /test/dm/ |
| A D | aes.c | 23 u8 test_input[AES_BLOCK_LENGTH] = { 0x49, 0x20, 0x77, 0x6f, 0x75, 0x6c, 0x64, 0x20, in dm_test_aes() local 39 ut_assertok(dm_aes_ecb_encrypt(dev, test_input, test_output, 1)); in dm_test_aes() 43 ut_assertok(memcmp(test_input, test_output, 16)); in dm_test_aes() 45 ut_assertok(dm_aes_cbc_encrypt(dev, test_iv, test_input, test_output, 1)); in dm_test_aes() 49 ut_assertok(memcmp(test_input, test_output, 16)); in dm_test_aes() 51 ut_assertok(dm_aes_cmac(dev, test_input, test_output, 1)); in dm_test_aes()
|
Completed in 5 milliseconds