/linux-6.6.21/arch/sparc/crypto/ |
D | aes_glue.c | 44 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output, member 136 .cbc_encrypt = aes_sparc64_cbc_encrypt_128, 148 .cbc_encrypt = aes_sparc64_cbc_encrypt_192, 160 .cbc_encrypt = aes_sparc64_cbc_encrypt_256, 268 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 282 ctx->ops->cbc_encrypt(&ctx->key[0], walk.src.virt.addr, in cbc_encrypt() 408 .encrypt = cbc_encrypt,
|
D | camellia_glue.c | 138 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 242 .encrypt = cbc_encrypt,
|
D | des_glue.c | 171 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 403 .encrypt = cbc_encrypt,
|
/linux-6.6.21/arch/x86/crypto/ |
D | cast5_avx_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 91 .encrypt = cbc_encrypt,
|
D | cast6_avx_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 91 .encrypt = cbc_encrypt,
|
D | serpent_avx_glue.c | 57 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 98 .encrypt = cbc_encrypt,
|
D | serpent_sse2_glue.c | 60 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 101 .encrypt = cbc_encrypt,
|
D | twofish_avx_glue.c | 59 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 101 .encrypt = cbc_encrypt,
|
D | twofish_glue_3way.c | 61 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 100 .encrypt = cbc_encrypt,
|
D | camellia_aesni_avx_glue.c | 54 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 96 .encrypt = cbc_encrypt,
|
D | serpent_avx2_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 92 .encrypt = cbc_encrypt,
|
D | camellia_aesni_avx2_glue.c | 53 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 96 .encrypt = cbc_encrypt,
|
D | blowfish_glue.c | 75 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 134 .encrypt = cbc_encrypt,
|
D | des3_ede_glue.c | 149 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 331 .encrypt = cbc_encrypt,
|
D | camellia_glue.c | 1294 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 1353 .encrypt = cbc_encrypt,
|
D | aesni-intel_glue.c | 335 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 405 err = cbc_encrypt(&subreq); in cts_cbc_encrypt() 1056 .encrypt = cbc_encrypt,
|
/linux-6.6.21/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 156 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 419 .encrypt = cbc_encrypt,
|
D | aes-glue.c | 237 static int __maybe_unused cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 714 .encrypt = cbc_encrypt,
|
/linux-6.6.21/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 148 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 449 .encrypt = cbc_encrypt,
|
D | aes-ce-glue.c | 226 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 615 .encrypt = cbc_encrypt,
|