/arch/sparc/crypto/ |
D | aes_glue.c | 46 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member 136 .ctr_crypt = aes_sparc64_ctr_crypt_128, 148 .ctr_crypt = aes_sparc64_ctr_crypt_192, 160 .ctr_crypt = aes_sparc64_ctr_crypt_256, 352 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt() function 369 ctx->ops->ctr_crypt(&ctx->key[0], in ctr_crypt() 458 .encrypt = ctr_crypt, 459 .decrypt = ctr_crypt,
|
/arch/x86/crypto/ |
D | twofish_glue_3way.c | 180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 390 .encrypt = ctr_crypt, 391 .decrypt = ctr_crypt,
|
D | blowfish_glue.c | 336 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 431 .encrypt = ctr_crypt, 432 .decrypt = ctr_crypt,
|
D | des3_ede_glue.c | 337 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 458 .encrypt = ctr_crypt, 459 .decrypt = ctr_crypt,
|
D | cast5_avx_glue.c | 310 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 395 .encrypt = ctr_crypt, 396 .decrypt = ctr_crypt,
|
D | twofish_avx_glue.c | 199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 394 .encrypt = ctr_crypt, 395 .decrypt = ctr_crypt,
|
D | serpent_avx2_glue.c | 165 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 367 .encrypt = ctr_crypt, 368 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx_glue.c | 183 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 390 .encrypt = ctr_crypt, 391 .decrypt = ctr_crypt,
|
D | serpent_sse2_glue.c | 168 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 443 .encrypt = ctr_crypt, 444 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx2_glue.c | 179 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 398 .encrypt = ctr_crypt, 399 .decrypt = ctr_crypt,
|
D | cast6_avx_glue.c | 186 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 427 .encrypt = ctr_crypt, 428 .decrypt = ctr_crypt,
|
D | serpent_avx_glue.c | 199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 433 .encrypt = ctr_crypt, 434 .decrypt = ctr_crypt,
|
D | camellia_glue.c | 1402 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 1634 .encrypt = ctr_crypt, 1635 .decrypt = ctr_crypt,
|
D | aesni-intel_glue.c | 505 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt() function 1269 .encrypt = ctr_crypt, 1270 .decrypt = ctr_crypt,
|