/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,
|
/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 134 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 172 .encrypt = ecb_encrypt,
|
D | twofish_glue_3way.c | 147 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 183 .encrypt = ecb_encrypt,
|
D | serpent_avx2_glue.c | 135 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 192 .encrypt = ecb_encrypt,
|
D | camellia_aesni_avx2_glue.c | 149 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 204 .encrypt = ecb_encrypt,
|
D | twofish_avx_glue.c | 174 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 229 .encrypt = ecb_encrypt,
|
D | cast6_avx_glue.c | 142 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 223 .encrypt = ecb_encrypt,
|
D | camellia_aesni_avx_glue.c | 151 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 228 .encrypt = ecb_encrypt,
|
D | serpent_avx_glue.c | 177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 234 .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 | 1368 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 1424 .encrypt = ecb_encrypt,
|
D | aesni-intel_glue.c | 381 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 934 .encrypt = ecb_encrypt,
|
/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,
|
/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,
|