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

Function SHA384Update_int

freebsd/opencrypto/xform_sha2.c:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static int
179SHA384Update_int(void *ctx, const void *buf, u_int len)
180{
181 SHA384_Update(ctx, buf, len);
182 return 0;
183}
184
185static int
186SHA512Update_int(void *ctx, const void *buf, u_int len)

Callers

nothing calls this directly

Calls 1

SHA384_UpdateFunction · 0.50

Tested by

no test coverage detected