Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void sha256_init( sha256_context *ctx )
66
{
67
memset( ctx, 0, sizeof( sha256_context ) );
68
}
69
70
void sha256_free( sha256_context *ctx )
71
{
Callers
4
sha256
Function · 0.85
sha256_file
Function · 0.85
sha256_hmac
Function · 0.85
sha256_self_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected