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

Function SHA256Update_int

freebsd/opencrypto/xform_sha2.c:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static int
172SHA256Update_int(void *ctx, const void *buf, u_int len)
173{
174 SHA256_Update(ctx, buf, len);
175 return 0;
176}
177
178static int
179SHA384Update_int(void *ctx, const void *buf, u_int len)

Callers

nothing calls this directly

Calls 1

SHA256_UpdateFunction · 0.50

Tested by

no test coverage detected