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

Function sha3_Init256

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

Source from the content-addressed store, hash-verified

273}
274
275static void
276sha3_Init256(void *priv)
277{
278 sha3_context *ctx = (sha3_context *) priv;
279
280 memset(ctx, 0, sizeof(*ctx));
281 ctx->capacityWords = 2 * 256 / (8 * sizeof(uint64_t));
282}
283
284static void
285sha3_Init384(void *priv)

Callers 1

partial_hash_sha3_256Function · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected