Home
last modified time | relevance | path

Searched refs:ghash_do_update (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A 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()
412 ghash_do_update(blocks, dg, walk.dst.virt.addr, in gcm_encrypt()
431 ghash_do_update(1, dg, tag, &ctx->ghash_key, in gcm_encrypt()
516 ghash_do_update(blocks, dg, walk.src.virt.addr, in gcm_decrypt()
539 ghash_do_update(1, dg, tag, &ctx->ghash_key, in gcm_decrypt()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds