MCPcopy 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
258void
259sctp_free_key(sctp_key_t *key)
260{
261 if (key != NULL)
262 SCTP_FREE(key, SCTP_M_AUTH_KY);
263}
264
265void
266sctp_print_key(sctp_key_t *key, const char *str)

Callers 9

sctp_setoptFunction · 0.85
sctp_free_sharedkeyFunction · 0.85
sctp_free_authinfoFunction · 0.85
sctp_clear_cachedkeysFunction · 0.85
sctp_fill_hmac_digest_mFunction · 0.85
sctp_handle_authFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected