Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dcast5_avx_glue.c232 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) in ctr_crypt_final() function
311 ctr_crypt_final(&walk, ctx); in ctr_crypt()
Dblowfish_glue.c265 static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk) in ctr_crypt_final() function
349 ctr_crypt_final(ctx, &walk); in ctr_crypt()
Ddes3_ede_glue.c266 static void ctr_crypt_final(struct des3_ede_x86_ctx *ctx, in ctr_crypt_final() function
347 ctr_crypt_final(ctx, &walk); in ctr_crypt()
Daesni-intel_glue.c516 static void ctr_crypt_final(struct crypto_aes_ctx *ctx, in ctr_crypt_final() function
568 ctr_crypt_final(ctx, &walk); in ctr_crypt()
/Linux-v4.19/arch/sparc/crypto/
Daes_glue.c336 static void ctr_crypt_final(struct crypto_sparc64_aes_ctx *ctx, in ctr_crypt_final() function
377 ctr_crypt_final(ctx, &walk); in ctr_crypt()