Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void sha512_init( sha512_context *ctx )
121
{
122
memset( ctx, 0, sizeof( sha512_context ) );
123
}
124
125
void sha512_free( sha512_context *ctx )
126
{
Callers
4
sha512
Function · 0.85
sha512_file
Function · 0.85
sha512_hmac
Function · 0.85
sha512_self_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected