Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-glue.c81 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function
148 ghash_do_update(chunk, ctx->digest, src, key, in __ghash_update()
184 ghash_do_update(1, ctx->digest, ctx->buf, key, NULL, in ghash_final_p8()
204 ghash_do_update(1, ctx->digest, ctx->buf, key, NULL, in ghash_final_p64()
350 ghash_do_update(blocks, dg, src, &ctx->ghash_key, in gcm_update_mac()
396 ghash_do_update(1, dg, buf, &ctx->ghash_key, NULL, in gcm_calculate_auth_mac()
410 ghash_do_update(1, dg, (void *)&lengths, &ctx->ghash_key, NULL, in gcm_final()
486 ghash_do_update(blocks, dg, in gcm_encrypt()
520 ghash_do_update(!!nbytes, dg, buf, &ctx->ghash_key, head, in gcm_encrypt()
609 ghash_do_update(blocks, dg, walk.src.virt.addr, in gcm_decrypt()
[all …]
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c68 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() function
121 ghash_do_update(blocks, ctx->digest, src, key, in ghash_update()
140 ghash_do_update(1, ctx->digest, ctx->buf, key, NULL); in ghash_final()