Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/crypto/
Dghash-ce-glue.c61 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function
117 ghash_do_update(blocks, ctx->digest, src, key, in ghash_update()
136 ghash_do_update(1, ctx->digest, ctx->buf, key, NULL); in ghash_final()
/Linux-v6.1/arch/arm64/crypto/
Dghash-ce-glue.c71 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function
108 ghash_do_update(blocks, dg, src, key, head); in ghash_do_simd_update()