Searched refs:PTX (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 38 unsigned char PTX[512], CTX[512]; member 361 T, data->PTLEN, out, data->PTX); in test_xts() 371 g_assert(memcmp(out, data->PTX, data->PTLEN) == 0); in test_xts() 397 T, len, out, data->PTX); in test_xts_split() 401 T, len, &out[len], &data->PTX[len]); 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() 450 memcpy(in + BAD_ALIGN, data->PTX, data->PTLEN); in test_xts_unaligned() 460 memcpy(in, data->PTX, data->PTLEN); in test_xts_unaligned() 477 g_assert(memcmp(out, data->PTX, data->PTLEN) == 0); in test_xts_unaligned() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/ |
H A D | canutils_4.0.6.bb | 1 SUMMARY = "canutils (PTX flavour)"
|