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

Function SHA224_Update

freebsd/crypto/sha2/sha256c.c:329–334  ·  view source on GitHub ↗

Add bytes into the SHA-224 hash */

Source from the content-addressed store, hash-verified

327
328/* Add bytes into the SHA-224 hash */
329void
330SHA224_Update(SHA224_CTX * ctx, const void *in, size_t len)
331{
332
333 SHA256_Update((SHA256_CTX *)ctx, in, len);
334}
335
336/*
337 * SHA-224 finalization. Pads the input data, exports the hash value,

Callers 1

SHA224Update_intFunction · 0.50

Calls 1

SHA256_UpdateFunction · 0.70

Tested by

no test coverage detected