| /Linux-v5.4/arch/sparc/crypto/ |
| D | aes_glue.c | 47 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member 137 .ctr_crypt = aes_sparc64_ctr_crypt_128, 149 .ctr_crypt = aes_sparc64_ctr_crypt_192, 161 .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,
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | serpent_sse2_glue.c | 149 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 195 .encrypt = ctr_crypt, 196 .decrypt = ctr_crypt,
|
| D | twofish_glue_3way.c | 164 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 207 .encrypt = ctr_crypt, 208 .decrypt = ctr_crypt,
|
| D | serpent_avx2_glue.c | 158 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 224 .encrypt = ctr_crypt, 225 .decrypt = ctr_crypt,
|
| D | camellia_aesni_avx2_glue.c | 173 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 239 .encrypt = ctr_crypt, 240 .decrypt = ctr_crypt,
|
| D | cast6_avx_glue.c | 166 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 258 .encrypt = ctr_crypt, 259 .decrypt = ctr_crypt,
|
| D | serpent_avx_glue.c | 198 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 264 .encrypt = ctr_crypt, 265 .decrypt = ctr_crypt,
|
| D | twofish_avx_glue.c | 201 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 267 .encrypt = ctr_crypt, 268 .decrypt = ctr_crypt,
|
| D | camellia_aesni_avx_glue.c | 177 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 265 .encrypt = ctr_crypt, 266 .decrypt = ctr_crypt,
|
| D | cast5_avx_glue.c | 276 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 344 .encrypt = ctr_crypt, 345 .decrypt = ctr_crypt,
|
| D | blowfish_glue.c | 318 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 399 .encrypt = ctr_crypt, 400 .decrypt = ctr_crypt,
|
| D | des3_ede_glue.c | 321 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 443 .encrypt = ctr_crypt, 444 .decrypt = ctr_crypt,
|
| D | camellia_glue.c | 1385 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 1448 .encrypt = ctr_crypt, 1449 .decrypt = ctr_crypt,
|
| D | aesni-intel_glue.c | 503 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 972 .encrypt = ctr_crypt, 973 .decrypt = ctr_crypt,
|