Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c37 unsigned long PTLEN; member
361 T, data->PTLEN, out, data->PTX); in test_xts()
369 T, data->PTLEN, out, data->CTX); in test_xts()
380 unsigned long len = data->PTLEN / 2; in test_xts_split()
440 memcpy(in, data->PTX, data->PTLEN); in test_xts_unaligned()
450 memcpy(in + BAD_ALIGN, data->PTX, data->PTLEN); in test_xts_unaligned()
460 memcpy(in, data->PTX, data->PTLEN); in test_xts_unaligned()
471 memcpy(in, data->CTX, data->PTLEN); in test_xts_unaligned()
481 memcpy(in + BAD_ALIGN, data->CTX, data->PTLEN); in test_xts_unaligned()
491 memcpy(in, data->CTX, data->PTLEN); in test_xts_unaligned()
[all …]