Searched refs:xts_decrypt (Results 1 – 10 of 10) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/include/crypto/ |
H A D | xts.h | 50 void xts_decrypt(const void *datactx,
|
/openbmc/linux/crypto/ |
H A D | xts.c | 278 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 D | aes-neonbs-glue.c | 387 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 451 .decrypt = xts_decrypt,
|
H A D | aes-glue.c | 613 static int __maybe_unused xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 763 .decrypt = xts_decrypt,
|
/openbmc/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, \
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 414 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 501 .decrypt = xts_decrypt,
|
H A D | aes-ce-glue.c | 516 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 679 .decrypt = xts_decrypt,
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 1002 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 1110 .decrypt = xts_decrypt,
|