Searched refs:xts_decrypt (Results 1 – 14 of 14) sorted by relevance
/arch/x86/crypto/ |
D | twofish_glue_3way.c | 313 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 428 .decrypt = xts_decrypt,
|
D | twofish_avx_glue.c | 327 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 440 .decrypt = xts_decrypt,
|
D | serpent_avx2_glue.c | 297 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 415 .decrypt = xts_decrypt,
|
D | serpent_sse2_glue.c | 354 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 484 .decrypt = xts_decrypt,
|
D | cast6_avx_glue.c | 356 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 469 .decrypt = xts_decrypt,
|
D | camellia_aesni_avx2_glue.c | 331 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 444 .decrypt = xts_decrypt,
|
D | camellia_aesni_avx_glue.c | 323 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 436 .decrypt = xts_decrypt,
|
D | serpent_avx_glue.c | 361 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 474 .decrypt = xts_decrypt,
|
D | camellia_glue.c | 1539 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 1674 .decrypt = xts_decrypt,
|
D | aesni-intel_glue.c | 615 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 1066 .decrypt = xts_decrypt,
|
/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 311 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 383 .decrypt = xts_decrypt,
|
D | aes-ce-glue.c | 318 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 403 .decrypt = xts_decrypt,
|
/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 340 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 424 .decrypt = xts_decrypt,
|
D | aes-glue.c | 287 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt() function 388 .decrypt = xts_decrypt,
|