| /linux/arch/sparc/crypto/ |
| H A D | aes_glue.c | 37 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output, member 59 .ecb_encrypt = aes_sparc64_ecb_encrypt_128, 69 .ecb_encrypt = aes_sparc64_ecb_encrypt_192, 79 .ecb_encrypt = aes_sparc64_ecb_encrypt_256, 117 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 131 ctx->ops->ecb_encrypt(&ctx->key[0], walk.src.virt.addr, in ecb_encrypt() 226 ctx->ops->ecb_encrypt(&ctx->key[0], (const u64 *)ctrblk, in ctr_crypt_final() 272 .encrypt = ecb_encrypt,
|
| H A D | camellia_glue.c | 119 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 227 .encrypt = ecb_encrypt,
|
| H A D | des_glue.c | 119 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 388 .encrypt = ecb_encrypt,
|
| /linux/arch/x86/crypto/ |
| H A D | cast5_avx_glue.c | 33 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 75 .encrypt = ecb_encrypt,
|
| H A D | cast6_avx_glue.c | 33 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 75 .encrypt = ecb_encrypt,
|
| H A D | serpent_sse2_glue.c | 43 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 85 .encrypt = ecb_encrypt,
|
| H A D | serpent_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 83 .encrypt = ecb_encrypt,
|
| H A D | serpent_avx2_glue.c | 31 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 76 .encrypt = ecb_encrypt,
|
| H A D | camellia_aesni_avx_glue.c | 36 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 81 .encrypt = ecb_encrypt,
|
| H A D | twofish_avx_glue.c | 40 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 85 .encrypt = ecb_encrypt,
|
| H A D | camellia_aesni_avx2_glue.c | 32 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 80 .encrypt = ecb_encrypt,
|
| H A D | twofish_glue_3way.c | 47 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 89 .encrypt = ecb_encrypt,
|
| H A D | blowfish_glue.c | 59 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 120 .encrypt = ecb_encrypt,
|
| H A D | des3_ede_glue.c | 110 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 317 .encrypt = ecb_encrypt,
|
| H A D | camellia_glue.c | 1279 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 1340 .encrypt = ecb_encrypt,
|
| H A D | aesni-intel_glue.c | 121 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 526 .encrypt = ecb_encrypt,
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 108 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 350 .encrypt = ecb_encrypt,
|
| H A D | aes-ce-glue.c | 165 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 574 .encrypt = ecb_encrypt,
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 127 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 413 .encrypt = ecb_encrypt,
|
| H A D | aes-glue.c | 177 static int __maybe_unused ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 666 .encrypt = ecb_encrypt,
|