/Linux-v4.19/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, 351 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt() function 368 ctx->ops->ctr_crypt(&ctx->key[0], in ctr_crypt() 457 .encrypt = ctr_crypt, 458 .decrypt = ctr_crypt,
|
/Linux-v4.19/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 164 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 210 .encrypt = ctr_crypt, 211 .decrypt = ctr_crypt,
|
D | twofish_glue_3way.c | 179 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 222 .encrypt = ctr_crypt, 223 .decrypt = ctr_crypt,
|
D | serpent_avx2_glue.c | 163 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 229 .encrypt = ctr_crypt, 230 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx2_glue.c | 178 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 244 .encrypt = ctr_crypt, 245 .decrypt = ctr_crypt,
|
D | serpent_avx_glue.c | 213 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 279 .encrypt = ctr_crypt, 280 .decrypt = ctr_crypt,
|
D | twofish_avx_glue.c | 216 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 282 .encrypt = ctr_crypt, 283 .decrypt = ctr_crypt,
|
D | cast6_avx_glue.c | 181 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 273 .encrypt = ctr_crypt, 274 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx_glue.c | 182 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 270 .encrypt = ctr_crypt, 271 .decrypt = ctr_crypt,
|
D | cast5_avx_glue.c | 291 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 359 .encrypt = ctr_crypt, 360 .decrypt = ctr_crypt,
|
D | blowfish_glue.c | 333 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 414 .encrypt = ctr_crypt, 415 .decrypt = ctr_crypt,
|
D | des3_ede_glue.c | 331 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 445 .encrypt = ctr_crypt, 446 .decrypt = ctr_crypt,
|
D | camellia_glue.c | 1400 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 1463 .encrypt = ctr_crypt, 1464 .decrypt = ctr_crypt,
|
D | aesni-intel_glue.c | 550 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 1231 .encrypt = ctr_crypt, 1232 .decrypt = ctr_crypt,
|