Searched refs:ctr_crypt (Results 1 – 5 of 5) sorted by relevance
/arch/x86/crypto/ |
D | blowfish_glue.c | 339 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 438 .encrypt = ctr_crypt, 439 .decrypt = ctr_crypt,
|
D | twofish_glue_3way.c | 348 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 584 .encrypt = ctr_crypt, 585 .decrypt = ctr_crypt,
|
D | serpent_sse2_glue.c | 371 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 756 .encrypt = ctr_crypt, 757 .decrypt = ctr_crypt,
|
D | camellia_glue.c | 1596 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 1855 .encrypt = ctr_crypt, 1856 .decrypt = ctr_crypt,
|
D | aesni-intel_glue.c | 437 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt() function 482 .encrypt = ctr_crypt, 483 .decrypt = ctr_crypt,
|