Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.c259 sctp_free_key(sctp_key_t *key) in sctp_free_key() function
482 sctp_free_key(skey->key); in sctp_free_sharedkey()
801 sctp_free_key(authinfo->random); in sctp_free_authinfo()
803 sctp_free_key(authinfo->peer_random); in sctp_free_authinfo()
805 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo()
807 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo()
1151 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_clear_cachedkeys()
1155 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_clear_cachedkeys()
1480 sctp_free_key(stcb->asoc.authinfo.random); in sctp_auth_get_cookie_params()
1671 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_handle_auth()
[all …]
H A Dsctp_auth.h127 extern void sctp_free_key(sctp_key_t *key);
H A Dsctp_usrreq.c4314 sctp_free_key(key);
4352 sctp_free_key(key);
4388 sctp_free_key(key);
H A Dsctp_pcb.c6650 sctp_free_key(stcb->asoc.authinfo.peer_random); in sctp_load_addresses_from_init()