Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c99 void ghash_do_simd_update(int blocks, u64 dg[], const char *src, in ghash_do_simd_update() function
144 ghash_do_simd_update(chunk, ctx->digest, src, key, in ghash_update()
168 ghash_do_simd_update(1, ctx->digest, ctx->buf, key, NULL, in ghash_final()
285 ghash_do_simd_update(blocks, dg, src, &ctx->ghash_key, in gcm_update_mac()
330 ghash_do_simd_update(1, dg, buf, &ctx->ghash_key, NULL, in gcm_calculate_auth_mac()