Searched refs:xts_decrypt (Results 1 – 12 of 12) 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 | 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 | 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 | 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 | 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_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 | 712 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 750 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 1308 .decrypt = xts_decrypt,
|
/arch/arm64/crypto/ |
D | aes-glue.c | 264 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 362 .decrypt = xts_decrypt,
|
/arch/arm/crypto/ |
D | aes-ce-glue.c | 338 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt() function 437 .decrypt = xts_decrypt,
|