Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c366 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()
/openbmc/qemu/include/crypto/
H A Dxts.h50 void xts_decrypt(const void *datactx,
/openbmc/linux/crypto/
H A Dxts.c278 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
441 inst->alg.decrypt = xts_decrypt; in xts_create()
/openbmc/linux/arch/arm64/crypto/
H A Daes-neonbs-glue.c387 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
451 .decrypt = xts_decrypt,
H A Daes-glue.c613 static int __maybe_unused xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
763 .decrypt = xts_decrypt,
/openbmc/qemu/crypto/
H A Dxts.c102 void xts_decrypt(const void *datactx, in xts_decrypt() function
H A Dcipher-nettle.c.inc188 xts_decrypt(&ctx->key, &ctx->key_xts, \
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-glue.c414 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
501 .decrypt = xts_decrypt,
H A Daes-ce-glue.c516 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
679 .decrypt = xts_decrypt,
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c1002 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function
1110 .decrypt = xts_decrypt,