MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / sha256_init

Function sha256_init

sha256.c:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63#endif
64
65void sha256_init( sha256_context *ctx )
66{
67 memset( ctx, 0, sizeof( sha256_context ) );
68}
69
70void sha256_free( sha256_context *ctx )
71{

Callers 4

sha256Function · 0.85
sha256_fileFunction · 0.85
sha256_hmacFunction · 0.85
sha256_self_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected