Home
last modified time | relevance | path

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

/test/dm/
A Daes.c21 u8 test_iv[AES128_KEY_LENGTH] = { 0 }; in dm_test_aes() local
45 ut_assertok(dm_aes_cbc_encrypt(dev, test_iv, test_input, test_output, 1)); in dm_test_aes()
48 ut_assertok(dm_aes_cbc_decrypt(dev, test_iv, test_output, test_output, 1)); in dm_test_aes()

Completed in 4 milliseconds