Searched refs:aestweak (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 346 struct TestAES aestweak; in test_xts() local 358 xts_encrypt(&aesdata, &aestweak, in test_xts() 366 xts_decrypt(&aesdata, &aestweak, in test_xts() 382 struct TestAES aestweak; 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() 427 struct TestAES aestweak; in test_xts_unaligned() local 441 xts_encrypt(&aesdata, &aestweak, in test_xts_unaligned() [all …]
|