Home
last modified time | relevance | path

Searched refs:sctp_free_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_auth.c256 sctp_free_key(sctp_key_t *key) in sctp_free_key() function
479 sctp_free_key(skey->key); in sctp_free_sharedkey()
798 sctp_free_key(authinfo->random); in sctp_free_authinfo()
800 sctp_free_key(authinfo->peer_random); in sctp_free_authinfo()
802 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo()
804 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo()
1148 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_clear_cachedkeys()
1152 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_clear_cachedkeys()
1477 sctp_free_key(stcb->asoc.authinfo.random); in sctp_auth_get_cookie_params()
1518 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_fill_hmac_digest_m()
[all …]
H A Dsctp_auth.h124 extern void sctp_free_key(sctp_key_t *key);
H A Dsctp_usrreq.c4302 sctp_free_key(key);
4340 sctp_free_key(key);
4376 sctp_free_key(key);
H A Dsctp_pcb.c6544 sctp_free_key(stcb->asoc.authinfo.peer_random); in sctp_load_addresses_from_init()