| /Linux-v5.4/arch/sparc/crypto/ |
| D | aes_glue.c | 39 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output, member 133 .ecb_encrypt = aes_sparc64_ecb_encrypt_128, 145 .ecb_encrypt = aes_sparc64_ecb_encrypt_192, 157 .ecb_encrypt = aes_sparc64_ecb_encrypt_256, 216 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt() function 233 ctx->ops->ecb_encrypt(&ctx->key[0], in ecb_encrypt() 346 ctx->ops->ecb_encrypt(&ctx->key[0], (const u64 *)ctrblk, in ctr_crypt_final() 418 .encrypt = ecb_encrypt,
|
| D | camellia_glue.c | 127 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt() function 260 .encrypt = ecb_encrypt,
|
| D | des_glue.c | 121 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt() function 407 .encrypt = ecb_encrypt,
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | serpent_sse2_glue.c | 128 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 166 .encrypt = ecb_encrypt,
|
| D | twofish_glue_3way.c | 143 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 180 .encrypt = ecb_encrypt,
|
| D | serpent_avx2_glue.c | 137 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 195 .encrypt = ecb_encrypt,
|
| D | camellia_aesni_avx2_glue.c | 152 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 210 .encrypt = ecb_encrypt,
|
| D | cast6_avx_glue.c | 145 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 229 .encrypt = ecb_encrypt,
|
| D | serpent_avx_glue.c | 177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 235 .encrypt = ecb_encrypt,
|
| D | twofish_avx_glue.c | 180 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 238 .encrypt = ecb_encrypt,
|
| D | camellia_aesni_avx_glue.c | 156 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 236 .encrypt = ecb_encrypt,
|
| D | cast5_avx_glue.c | 100 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 315 .encrypt = ecb_encrypt,
|
| D | blowfish_glue.c | 118 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 372 .encrypt = ecb_encrypt,
|
| D | des3_ede_glue.c | 120 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 416 .encrypt = ecb_encrypt,
|
| D | camellia_glue.c | 1364 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 1421 .encrypt = ecb_encrypt,
|
| D | aesni-intel_glue.c | 380 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 938 .encrypt = ecb_encrypt,
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | aes-neonbs-glue.c | 115 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 424 .encrypt = ecb_encrypt,
|
| D | aes-ce-glue.c | 177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 610 .encrypt = ecb_encrypt,
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | aes-neonbs-glue.c | 126 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 445 .encrypt = ecb_encrypt,
|
| D | aes-glue.c | 191 static int __maybe_unused ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 684 .encrypt = ecb_encrypt,
|