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

Function sha512_init

sha512.c:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
119
120void sha512_init( sha512_context *ctx )
121{
122 memset( ctx, 0, sizeof( sha512_context ) );
123}
124
125void sha512_free( sha512_context *ctx )
126{

Callers 4

sha512Function · 0.85
sha512_fileFunction · 0.85
sha512_hmacFunction · 0.85
sha512_self_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected