Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h134 extern sctp_sharedkey_t *sctp_alloc_sharedkey(void);
H A Dsctp_auth.c454 sctp_alloc_sharedkey(void) in sctp_alloc_sharedkey() function
594 new_skey = sctp_alloc_sharedkey(); in sctp_copy_sharedkey()
H A Dsctp_usrreq.c4300 shared_key = sctp_alloc_sharedkey();
4338 shared_key = sctp_alloc_sharedkey();
4374 shared_key = sctp_alloc_sharedkey();
H A Dsctp_pcb.c2471 null_key = sctp_alloc_sharedkey(); in sctp_inpcb_alloc()