Searched refs:ghash_flush (Results 1 – 3 of 3) sorted by relevance
/linux/crypto/ |
H A D | ghash-generic.c | 95 static void ghash_flush(struct shash_desc *desc, const u8 *src, in ghash_flush() function 114 ghash_flush(desc, src, len); in ghash_finup()
|
/linux/arch/s390/crypto/ |
H A D | ghash_s390.c | 64 static void ghash_flush(struct s390_ghash_desc_ctx *dctx, const u8 *src, in ghash_flush() function 81 ghash_flush(dctx, src, len); in ghash_finup()
|
/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 95 static void ghash_flush(struct x86_ghash_ctx *ctx, struct ghash_desc_ctx *dctx, in ghash_flush() function 115 ghash_flush(ctx, dctx, src, len); in ghash_finup()
|