Searched refs:cbc_encrypt (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c54 static int cbc_encrypt(struct skcipher_request *req) function
96 .encrypt = cbc_encrypt,
H A Dcamellia_aesni_avx2_glue.c53 static int cbc_encrypt(struct skcipher_request *req) function
96 .encrypt = cbc_encrypt,
H A Dtwofish_avx_glue.c59 static int cbc_encrypt(struct skcipher_request *req) function
101 .encrypt = cbc_encrypt,
H A Dserpent_avx_glue.c57 static int cbc_encrypt(struct skcipher_request *req) function
98 .encrypt = cbc_encrypt,
H A Dserpent_sse2_glue.c60 static int cbc_encrypt(struct skcipher_request *req) function
101 .encrypt = cbc_encrypt,
H A Dcast6_avx_glue.c50 static int cbc_encrypt(struct skcipher_request *req) function
91 .encrypt = cbc_encrypt,
H A Dcast5_avx_glue.c50 static int cbc_encrypt(struct skcipher_request *req) function
91 .encrypt = cbc_encrypt,
H A Dtwofish_glue_3way.c61 static int cbc_encrypt(struct skcipher_request *req) function
100 .encrypt = cbc_encrypt,
H A Dserpent_avx2_glue.c50 static int cbc_encrypt(struct skcipher_request *req) function
92 .encrypt = cbc_encrypt,
H A Dblowfish_glue.c75 static int cbc_encrypt(struct skcipher_request *req) function
134 .encrypt = cbc_encrypt,
H A Ddes3_ede_glue.c149 static int cbc_encrypt(struct skcipher_request *req) function
331 .encrypt = cbc_encrypt,
H A Daesni-intel_glue.c334 static int cbc_encrypt(struct skcipher_request *req) function
404 err = cbc_encrypt(&subreq);
1054 .encrypt = cbc_encrypt,
H A Dcamellia_glue.c1294 static int cbc_encrypt(struct skcipher_request *req) function
1353 .encrypt = cbc_encrypt,
/linux-master/arch/sparc/crypto/
H A Daes_glue.c44 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output, member in struct:aes_ops
136 .cbc_encrypt = aes_sparc64_cbc_encrypt_128,
148 .cbc_encrypt = aes_sparc64_cbc_encrypt_192,
160 .cbc_encrypt = aes_sparc64_cbc_encrypt_256,
268 static int cbc_encrypt(struct skcipher_request *req) function
282 ctx->ops->cbc_encrypt(&ctx->key[0], walk.src.virt.addr,
408 .encrypt = cbc_encrypt,
H A Dcamellia_glue.c138 static int cbc_encrypt(struct skcipher_request *req) function
242 .encrypt = cbc_encrypt,
H A Ddes_glue.c171 static int cbc_encrypt(struct skcipher_request *req) function
403 .encrypt = cbc_encrypt,
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c148 static int cbc_encrypt(struct skcipher_request *req) function
449 .encrypt = cbc_encrypt,
H A Daes-ce-glue.c226 static int cbc_encrypt(struct skcipher_request *req) function
615 .encrypt = cbc_encrypt,
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-glue.c156 static int cbc_encrypt(struct skcipher_request *req) function
419 .encrypt = cbc_encrypt,
H A Daes-glue.c237 static int __maybe_unused cbc_encrypt(struct skcipher_request *req) function
714 .encrypt = cbc_encrypt,

Completed in 321 milliseconds