Searched refs:ghash_do_update (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 78 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function 134 ghash_do_update(blocks, ctx->digest, src, key, in ghash_update() 153 ghash_do_update(1, ctx->digest, ctx->buf, key, NULL); in ghash_final()
|
/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 74 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function 111 ghash_do_update(blocks, dg, src, key, head); in ghash_do_simd_update()
|