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

Function SHA224Update_int

freebsd/opencrypto/xform_sha2.c:164–169  ·  view source on GitHub ↗

* And now for auth. */

Source from the content-addressed store, hash-verified

162 * And now for auth.
163 */
164static int
165SHA224Update_int(void *ctx, const void *buf, u_int len)
166{
167 SHA224_Update(ctx, buf, len);
168 return 0;
169}
170
171static int
172SHA256Update_int(void *ctx, const void *buf, u_int len)

Callers

nothing calls this directly

Calls 1

SHA224_UpdateFunction · 0.50

Tested by

no test coverage detected