/Linux-v4.19/arch/sparc/crypto/ |
D | aes_glue.c | 42 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output, member 134 .cbc_encrypt = aes_sparc64_cbc_encrypt_128, 146 .cbc_encrypt = aes_sparc64_cbc_encrypt_192, 158 .cbc_encrypt = aes_sparc64_cbc_encrypt_256, 275 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 292 ctx->ops->cbc_encrypt(&ctx->key[0], in cbc_encrypt() 437 .encrypt = cbc_encrypt,
|
D | camellia_glue.c | 148 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 279 .encrypt = cbc_encrypt,
|
D | des_glue.c | 141 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt() function 434 .encrypt = cbc_encrypt,
|
/Linux-v4.19/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 153 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 195 .encrypt = cbc_encrypt,
|
D | twofish_glue_3way.c | 168 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 208 .encrypt = cbc_encrypt,
|
D | serpent_avx2_glue.c | 152 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 214 .encrypt = cbc_encrypt,
|
D | camellia_aesni_avx2_glue.c | 167 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 229 .encrypt = cbc_encrypt,
|
D | serpent_avx_glue.c | 202 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 264 .encrypt = cbc_encrypt,
|
D | twofish_avx_glue.c | 205 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 267 .encrypt = cbc_encrypt,
|
D | cast6_avx_glue.c | 170 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 258 .encrypt = cbc_encrypt,
|
D | camellia_aesni_avx_glue.c | 171 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 255 .encrypt = cbc_encrypt,
|
D | cast5_avx_glue.c | 125 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 344 .encrypt = cbc_encrypt,
|
D | blowfish_glue.c | 166 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 400 .encrypt = cbc_encrypt,
|
D | des3_ede_glue.c | 169 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 431 .encrypt = cbc_encrypt,
|
D | camellia_glue.c | 1389 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 1449 .encrypt = cbc_encrypt,
|
D | aesni-intel_glue.c | 471 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 1213 .encrypt = cbc_encrypt,
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 146 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 343 .encrypt = cbc_encrypt,
|
D | aes-ce-glue.c | 217 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 369 .encrypt = cbc_encrypt,
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 154 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 368 .encrypt = cbc_encrypt,
|
D | aes-glue.c | 172 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 335 .encrypt = cbc_encrypt,
|