Searched refs:xts_encrypt (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 358 xts_encrypt(&aesdata, &aestweak, in test_xts() 394 xts_encrypt(&aesdata, &aestweak, in test_xts_split() 398 xts_encrypt(&aesdata, &aestweak, in test_xts_split() 441 xts_encrypt(&aesdata, &aestweak, in test_xts_unaligned() 451 xts_encrypt(&aesdata, &aestweak, in test_xts_unaligned() 461 xts_encrypt(&aesdata, &aestweak, in test_xts_unaligned()
|
/openbmc/qemu/include/crypto/ |
H A D | xts.h | 72 void xts_encrypt(const void *datactx,
|
/openbmc/linux/crypto/ |
H A D | xts.c | 261 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 440 inst->alg.encrypt = xts_encrypt; in xts_create()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 382 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 450 .encrypt = xts_encrypt,
|
H A D | aes-glue.c | 541 static int __maybe_unused xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 762 .encrypt = xts_encrypt,
|
/openbmc/qemu/crypto/ |
H A D | xts.c | 178 void xts_encrypt(const void *datactx, in xts_encrypt() function
|
H A D | cipher-nettle.c.inc | 176 xts_encrypt(&ctx->key, &ctx->key_xts, \
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 409 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 500 .encrypt = xts_encrypt,
|
H A D | aes-ce-glue.c | 444 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 678 .encrypt = xts_encrypt,
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 997 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt() function 1109 .encrypt = xts_encrypt,
|