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

Function sha3_Init224

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

Source from the content-addressed store, hash-verified

264}
265
266static void
267sha3_Init224(void *priv)
268{
269 sha3_context *ctx = (sha3_context *) priv;
270
271 memset(ctx, 0, sizeof(*ctx));
272 ctx->capacityWords = 2 * 224 / (8 * sizeof(uint64_t));
273}
274
275static void
276sha3_Init256(void *priv)

Callers 1

partial_hash_sha3_224Function · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected