Searched refs:Torg (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 354 STORE64L(seq, Torg); in test_xts() 355 memset(Torg + 8, 0, 8); in test_xts() 357 memcpy(T, Torg, sizeof(T)); in test_xts() 390 STORE64L(seq, Torg); in test_xts_split() 391 memset(Torg + 8, 0, 8); in test_xts_split() 435 STORE64L(seq, Torg); in test_xts_unaligned() 436 memset(Torg + 8, 0, 8); in test_xts_unaligned() 449 memcpy(T, Torg, 16); in test_xts_unaligned() 459 memcpy(T, Torg, 16); in test_xts_unaligned() 480 memcpy(T, Torg, 16); in test_xts_unaligned() [all …]
|