Searched refs:ctr_crypt_final (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | blowfish_glue.c | 265 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()
|
D | des3_ede_glue.c | 270 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()
|
D | cast5_avx_glue.c | 248 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final() function 331 ctr_crypt_final(desc, &walk); in ctr_crypt()
|
D | aesni-intel_glue.c | 471 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/ |
D | aes_glue.c | 336 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()
|