MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sha3_Init512

Function sha3_Init512

dpdk/drivers/crypto/ccp/ccp_crypto.c:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static void
294sha3_Init512(void *priv)
295{
296 sha3_context *ctx = (sha3_context *) priv;
297
298 memset(ctx, 0, sizeof(*ctx));
299 ctx->capacityWords = 2 * 512 / (8 * sizeof(uint64_t));
300}
301
302
303/* This is simply the 'update' with the padding block.

Callers 1

partial_hash_sha3_512Function · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected