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

Function sha3_Init384

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

Source from the content-addressed store, hash-verified

282}
283
284static void
285sha3_Init384(void *priv)
286{
287 sha3_context *ctx = (sha3_context *) priv;
288
289 memset(ctx, 0, sizeof(*ctx));
290 ctx->capacityWords = 2 * 384 / (8 * sizeof(uint64_t));
291}
292
293static void
294sha3_Init512(void *priv)

Callers 1

partial_hash_sha3_384Function · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected