Searched refs:aesdata (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 345 struct TestAES aesdata; in test_xts() local 358 xts_encrypt(&aesdata, &aestweak, in test_xts() 366 xts_decrypt(&aesdata, &aestweak, in test_xts() 381 struct TestAES aesdata; in test_xts_split() local 394 xts_encrypt(&aesdata, &aestweak, in test_xts_split() 398 xts_encrypt(&aesdata, &aestweak, in test_xts_split() 406 xts_decrypt(&aesdata, &aestweak, in test_xts_split() 410 xts_decrypt(&aesdata, &aestweak, in test_xts_split() 426 struct TestAES aesdata; in test_xts_unaligned() local 441 xts_encrypt(&aesdata, &aestweak, in test_xts_unaligned() [all …]
|