/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() 456 .encrypt = ctr_crypt, 457 .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 | 323 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 418 .encrypt = ctr_crypt, 419 .decrypt = ctr_crypt,
|
D | cast5_avx_glue.c | 315 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 397 .encrypt = ctr_crypt, 398 .decrypt = ctr_crypt,
|
D | twofish_avx2_glue.c | 186 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 | 166 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 365 .encrypt = ctr_crypt, 366 .decrypt = ctr_crypt,
|
D | twofish_avx_glue.c | 211 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 403 .encrypt = ctr_crypt, 404 .decrypt = ctr_crypt,
|
D | blowfish_avx2_glue.c | 402 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 483 .encrypt = ctr_crypt, 484 .decrypt = ctr_crypt,
|
D | serpent_sse2_glue.c | 168 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 440 .encrypt = ctr_crypt, 441 .decrypt = ctr_crypt,
|
D | cast6_avx_glue.c | 187 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 425 .encrypt = ctr_crypt, 426 .decrypt = ctr_crypt,
|
D | serpent_avx_glue.c | 200 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 431 .encrypt = ctr_crypt, 432 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx2_glue.c | 180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 396 .encrypt = ctr_crypt, 397 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx_glue.c | 184 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() function 388 .encrypt = ctr_crypt, 389 .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 | 355 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt() function 1163 .encrypt = ctr_crypt, 1164 .decrypt = ctr_crypt,
|