Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c343 uint8_t out[512], Torg[16], T[16]; in test_xts() local
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()
365 memcpy(T, Torg, sizeof(T)); in test_xts()
378 uint8_t out[512], Torg[16], T[16]; in test_xts_split() local
390 STORE64L(seq, Torg); in test_xts_split()
391 memset(Torg + 8, 0, 8); in test_xts_split()
393 memcpy(T, Torg, sizeof(T)); in test_xts_split()
405 memcpy(T, Torg, sizeof(T)); in test_xts_split()
[all …]