Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_auth.h139 extern sctp_sharedkey_t *sctp_alloc_sharedkey(void);
H A Dsctp_auth.c461 sctp_alloc_sharedkey(void) in sctp_alloc_sharedkey() function
605 new_skey = sctp_alloc_sharedkey(); in sctp_copy_sharedkey()
H A Dsctp_usrreq.c4303 shared_key = sctp_alloc_sharedkey();
4340 shared_key = sctp_alloc_sharedkey();
4375 shared_key = sctp_alloc_sharedkey();
H A Dsctp_pcb.c2631 null_key = sctp_alloc_sharedkey(); in sctp_inpcb_alloc()