/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A 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,
|
H A D | camellia_glue.c | 138 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 242 .encrypt = cbc_encrypt,
|
H A D | des_glue.c | 171 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 403 .encrypt = cbc_encrypt,
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A 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,
|
H A D | camellia_glue.c | 138 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 242 .encrypt = cbc_encrypt,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 53 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 96 .encrypt = cbc_encrypt,
|
H A D | camellia_aesni_avx_glue.c | 54 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 96 .encrypt = cbc_encrypt,
|
H A D | cast6_avx_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 91 .encrypt = cbc_encrypt,
|
H A D | cast5_avx_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 91 .encrypt = cbc_encrypt,
|
H A D | serpent_avx2_glue.c | 50 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 92 .encrypt = cbc_encrypt,
|
H A D | serpent_sse2_glue.c | 60 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 101 .encrypt = cbc_encrypt,
|
H A D | serpent_avx_glue.c | 57 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 98 .encrypt = cbc_encrypt,
|
H A D | twofish_glue_3way.c | 61 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 100 .encrypt = cbc_encrypt,
|
H A D | twofish_avx_glue.c | 59 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 101 .encrypt = cbc_encrypt,
|
H A D | blowfish_glue.c | 75 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 134 .encrypt = cbc_encrypt,
|
H A D | des3_ede_glue.c | 149 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 331 .encrypt = cbc_encrypt,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 157 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 196 .encrypt = cbc_encrypt,
|
H A D | serpent_avx2_glue.c | 145 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 206 .encrypt = cbc_encrypt,
|
H A D | serpent_sse2_glue.c | 144 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 186 .encrypt = cbc_encrypt,
|
H A D | camellia_aesni_avx_glue.c | 160 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 239 .encrypt = cbc_encrypt,
|
H A D | camellia_aesni_avx2_glue.c | 158 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 217 .encrypt = cbc_encrypt,
|
H A D | twofish_avx_glue.c | 182 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 241 .encrypt = cbc_encrypt,
|
H A D | serpent_avx_glue.c | 187 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 248 .encrypt = cbc_encrypt,
|
H A D | cast6_avx_glue.c | 152 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 235 .encrypt = cbc_encrypt,
|
H A D | blowfish_glue.c | 151 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() function 385 .encrypt = cbc_encrypt,
|