Searched refs:xts_decrypt (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 366 xts_decrypt(&aesdata, &aestweak, in test_xts() 406 xts_decrypt(&aesdata, &aestweak, in test_xts_split() 410 xts_decrypt(&aesdata, &aestweak, in test_xts_split() 472 xts_decrypt(&aesdata, &aestweak, in test_xts_unaligned() 482 xts_decrypt(&aesdata, &aestweak, in test_xts_unaligned() 492 xts_decrypt(&aesdata, &aestweak, in test_xts_unaligned()
|
/qemu/include/crypto/ |
H A D | xts.h | 50 void xts_decrypt(const void *datactx,
|
/qemu/crypto/ |
H A D | xts.c | 102 void xts_decrypt(const void *datactx, in xts_decrypt() function
|
H A D | cipher-nettle.c.inc | 188 xts_decrypt(&ctx->key, &ctx->key_xts, \
|