Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dblowfish_glue.c265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) in ctr_crypt_final() function
351 ctr_crypt_final(crypto_blkcipher_ctx(desc->tfm), &walk); in ctr_crypt()
Ddes3_ede_glue.c270 static void ctr_crypt_final(struct des3_ede_x86_ctx *ctx, in ctr_crypt_final() function
352 ctr_crypt_final(crypto_blkcipher_ctx(desc->tfm), &walk); in ctr_crypt()
Dcast5_avx_glue.c248 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final() function
331 ctr_crypt_final(desc, &walk); in ctr_crypt()
Daesni-intel_glue.c471 static void ctr_crypt_final(struct crypto_aes_ctx *ctx, in ctr_crypt_final() function
525 ctr_crypt_final(ctx, &walk); in ctr_crypt()
/linux-4.4.14/arch/sparc/crypto/
Daes_glue.c336 static void ctr_crypt_final(struct crypto_sparc64_aes_ctx *ctx, in ctr_crypt_final() function
378 ctr_crypt_final(ctx, &walk); in ctr_crypt()