| /Linux-v6.6/arch/sparc/crypto/ | 
| D | aes_glue.c | 40 	void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output,  member 134 	.ecb_encrypt		= aes_sparc64_ecb_encrypt_128, 146 	.ecb_encrypt		= aes_sparc64_ecb_encrypt_192, 158 	.ecb_encrypt		= aes_sparc64_ecb_encrypt_256, 219 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 233 		ctx->ops->ecb_encrypt(&ctx->key[0], walk.src.virt.addr,  in ecb_encrypt() 328 	ctx->ops->ecb_encrypt(&ctx->key[0], (const u64 *)ctrblk,  in ctr_crypt_final() 394 		.encrypt		= ecb_encrypt,
  | 
| D | camellia_glue.c | 120 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 228 		.encrypt		= ecb_encrypt,
  | 
| D | des_glue.c | 120 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 389 		.encrypt		= ecb_encrypt,
  | 
| /Linux-v6.6/arch/x86/crypto/ | 
| D | serpent_sse2_glue.c | 44 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 87 		.encrypt		= ecb_encrypt,
  | 
| D | serpent_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 84 		.encrypt		= ecb_encrypt,
  | 
| D | cast5_avx_glue.c | 34 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 77 		.encrypt		= ecb_encrypt,
  | 
| D | cast6_avx_glue.c | 34 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 77 		.encrypt		= ecb_encrypt,
  | 
| D | camellia_aesni_avx_glue.c | 36 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 82 		.encrypt		= ecb_encrypt,
  | 
| D | twofish_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 87 		.encrypt		= ecb_encrypt,
  | 
| D | twofish_glue_3way.c | 45 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 87 		.encrypt		= ecb_encrypt,
  | 
| D | serpent_avx2_glue.c | 32 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 78 		.encrypt		= ecb_encrypt,
  | 
| D | camellia_aesni_avx2_glue.c | 33 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 82 		.encrypt		= ecb_encrypt,
  | 
| D | blowfish_glue.c | 59 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 121 		.encrypt		= ecb_encrypt,
  | 
| D | des3_ede_glue.c | 110 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 318 		.encrypt		= ecb_encrypt,
  | 
| D | camellia_glue.c | 1278 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 1340 		.encrypt		= ecb_encrypt,
  | 
| D | aesni-intel_glue.c | 291 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 1040 		.encrypt	= ecb_encrypt,
  | 
| /Linux-v6.6/arch/arm64/crypto/ | 
| D | aes-neonbs-glue.c | 123 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 393 	.encrypt		= ecb_encrypt,
  | 
| D | aes-glue.c | 179 static int __maybe_unused ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 699 	.encrypt	= ecb_encrypt,
  | 
| /Linux-v6.6/arch/arm/crypto/ | 
| D | aes-neonbs-glue.c | 117 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 432 	.encrypt		= ecb_encrypt,
  | 
| D | aes-ce-glue.c | 167 static int ecb_encrypt(struct skcipher_request *req)  in ecb_encrypt()  function 600 	.encrypt		= ecb_encrypt,
  |