/linux/arch/sparc/crypto/ |
H A 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, 218 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 232 ctx->ops->ecb_encrypt(&ctx->key[0], walk.src.virt.addr, in ecb_encrypt() 327 ctx->ops->ecb_encrypt(&ctx->key[0], (const u64 *)ctrblk, in ctr_crypt_final() 393 .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 | serpent_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 83 .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 | cast5_avx_glue.c | 33 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 75 .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 | 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_avx2_glue.c | 32 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 80 .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 | 155 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 579 .encrypt = ecb_encrypt,
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 109 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 347 .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 | 124 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 406 .encrypt = ecb_encrypt,
|
H A D | aes-glue.c | 179 static int __maybe_unused ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 699 .encrypt = ecb_encrypt,
|