Searched refs:PTLEN (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 37 unsigned long PTLEN; member 361 T, data->PTLEN, out, data->PTX); in test_xts() 363 g_assert(memcmp(out, data->CTX, data->PTLEN) == 0); in test_xts() 369 T, data->PTLEN, out, data->CTX); in test_xts() 371 g_assert(memcmp(out, data->PTX, data->PTLEN) == 0); in test_xts() 380 unsigned long len = data->PTLEN / 2; in test_xts_split() 403 g_assert(memcmp(out, data->CTX, data->PTLEN) == 0); in test_xts_split() 415 g_assert(memcmp(out, data->PTX, data->PTLEN) == 0); in test_xts_split() 440 memcpy(in, data->PTX, data->PTLEN); in test_xts_unaligned() 444 T + BAD_ALIGN, data->PTLEN, out, in); in test_xts_unaligned() [all …]
|