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

Function SHA384_Update

freebsd/crypto/sha2/sha512c.c:444–449  ·  view source on GitHub ↗

Add bytes into the SHA-384 hash */

Source from the content-addressed store, hash-verified

442
443/* Add bytes into the SHA-384 hash */
444void
445SHA384_Update(SHA384_CTX * ctx, const void *in, size_t len)
446{
447
448 SHA512_Update((SHA512_CTX *)ctx, in, len);
449}
450
451/*
452 * SHA-384 finalization. Pads the input data, exports the hash value,

Callers 1

SHA384Update_intFunction · 0.50

Calls 1

SHA512_UpdateFunction · 0.70

Tested by

no test coverage detected