| /Linux-v5.4/arch/sparc/crypto/ |
| D | aes_glue.c | 43 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output, member 135 .cbc_encrypt = aes_sparc64_cbc_encrypt_128, 147 .cbc_encrypt = aes_sparc64_cbc_encrypt_192, 159 .cbc_encrypt = aes_sparc64_cbc_encrypt_256, 276 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 293 ctx->ops->cbc_encrypt(&ctx->key[0], in cbc_encrypt() 438 .encrypt = cbc_encrypt,
|
| D | camellia_glue.c | 149 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 280 .encrypt = cbc_encrypt,
|
| D | des_glue.c | 138 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 427 .encrypt = cbc_encrypt,
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | serpent_sse2_glue.c | 138 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 180 .encrypt = cbc_encrypt,
|
| D | twofish_glue_3way.c | 153 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 193 .encrypt = cbc_encrypt,
|
| D | serpent_avx2_glue.c | 147 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 209 .encrypt = cbc_encrypt,
|
| D | camellia_aesni_avx2_glue.c | 162 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 224 .encrypt = cbc_encrypt,
|
| D | cast6_avx_glue.c | 155 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 243 .encrypt = cbc_encrypt,
|
| D | serpent_avx_glue.c | 187 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 249 .encrypt = cbc_encrypt,
|
| D | twofish_avx_glue.c | 190 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 252 .encrypt = cbc_encrypt,
|
| D | camellia_aesni_avx_glue.c | 166 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 250 .encrypt = cbc_encrypt,
|
| D | cast5_avx_glue.c | 110 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 329 .encrypt = cbc_encrypt,
|
| D | blowfish_glue.c | 151 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 385 .encrypt = cbc_encrypt,
|
| D | des3_ede_glue.c | 159 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 429 .encrypt = cbc_encrypt,
|
| D | camellia_glue.c | 1374 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 1434 .encrypt = cbc_encrypt,
|
| D | aesni-intel_glue.c | 424 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 954 .encrypt = cbc_encrypt,
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | aes-neonbs-glue.c | 152 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 442 .encrypt = cbc_encrypt,
|
| D | aes-ce-glue.c | 236 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 625 .encrypt = cbc_encrypt,
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | aes-neonbs-glue.c | 158 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 461 .encrypt = cbc_encrypt,
|
| D | aes-glue.c | 249 static int __maybe_unused cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 700 .encrypt = cbc_encrypt,
|