Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sctp_free_key
Function
sctp_free_key
freebsd/netinet/sctp_auth.c:258–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
void
259
sctp_free_key(sctp_key_t *key)
260
{
261
if (key != NULL)
262
SCTP_FREE(key, SCTP_M_AUTH_KY);
263
}
264
265
void
266
sctp_print_key(sctp_key_t *key, const char *str)
Callers
9
sctp_setopt
Function · 0.85
sctp_load_addresses_from_init
Function · 0.85
sctp_free_sharedkey
Function · 0.85
sctp_free_authinfo
Function · 0.85
sctp_clear_cachedkeys
Function · 0.85
sctp_auth_get_cookie_params
Function · 0.85
sctp_fill_hmac_digest_m
Function · 0.85
sctp_handle_auth
Function · 0.85
sctp_initialize_auth_params
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected