/linux/arch/sparc/crypto/ |
H A 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,
|
H A D | camellia_glue.c | 120 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 228 .encrypt = ecb_encrypt,
|
H A D | des_glue.c | 120 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 389 .encrypt = ecb_encrypt,
|
/linux/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 34 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 77 .encrypt = ecb_encrypt,
|
H A D | cast6_avx_glue.c | 34 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 77 .encrypt = ecb_encrypt,
|
H A D | serpent_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 84 .encrypt = ecb_encrypt,
|
H A D | serpent_sse2_glue.c | 44 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 87 .encrypt = ecb_encrypt,
|
H A D | camellia_aesni_avx_glue.c | 36 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 82 .encrypt = ecb_encrypt,
|
H A D | twofish_avx_glue.c | 41 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 87 .encrypt = ecb_encrypt,
|
H A D | serpent_avx2_glue.c | 32 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 78 .encrypt = ecb_encrypt,
|
H A D | twofish_glue_3way.c | 46 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 88 .encrypt = ecb_encrypt,
|
H A D | camellia_aesni_avx2_glue.c | 33 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 82 .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 405 .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,
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 116 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 389 .encrypt = ecb_encrypt,
|
H A D | aes-ce-glue.c | 167 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() function 600 .encrypt = ecb_encrypt,
|