Home
last modified time | relevance | path

Searched refs:ghash_do_update (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c78 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()
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c74 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()