Home
last modified time | relevance | path

Searched refs:__ctr_crypt (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
Dcast5_avx_glue.c231 static unsigned int __ctr_crypt(struct skcipher_walk *walk, in __ctr_crypt() function
289 nbytes = __ctr_crypt(&walk, ctx); in ctr_crypt()
Dblowfish_glue.c264 static unsigned int __ctr_crypt(struct bf_ctx *ctx, struct skcipher_walk *walk) in __ctr_crypt() function
329 nbytes = __ctr_crypt(ctx, &walk); in ctr_crypt()
Ddes3_ede_glue.c271 static unsigned int __ctr_crypt(struct des3_ede_x86_ctx *ctx, in __ctr_crypt() function
332 nbytes = __ctr_crypt(ctx, &walk); in ctr_crypt()