Home
last modified time | relevance | path

Searched refs:ctr_crypt_final (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
Dcast5_avx_glue.c217 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) in ctr_crypt_final() function
296 ctr_crypt_final(&walk, ctx); in ctr_crypt()
Dblowfish_glue.c250 static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk) in ctr_crypt_final() function
334 ctr_crypt_final(ctx, &walk); in ctr_crypt()
Ddes3_ede_glue.c256 static void ctr_crypt_final(struct des3_ede_x86_ctx *ctx, in ctr_crypt_final() function
337 ctr_crypt_final(ctx, &walk); in ctr_crypt()
Daesni-intel_glue.c461 static void ctr_crypt_final(struct crypto_aes_ctx *ctx, in ctr_crypt_final() function
511 ctr_crypt_final(ctx, &walk); in ctr_crypt()
/kernel/linux/linux-5.10/arch/sparc/crypto/
Daes_glue.c319 static void ctr_crypt_final(const struct crypto_sparc64_aes_ctx *ctx, in ctr_crypt_final() function
355 ctr_crypt_final(ctx, &walk); in ctr_crypt()