Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h154 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
Dsctp_auth.c637 sctp_alloc_hmaclist(uint16_t num_hmacs) in sctp_alloc_hmaclist() function
702 new_list = sctp_alloc_hmaclist(list->max_algo);
719 new_list = sctp_alloc_hmaclist(2);
721 new_list = sctp_alloc_hmaclist(1);
1449 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
Dsctp_pcb.c7503 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs);
Dsctp_usrreq.c5235 hmaclist = sctp_alloc_hmaclist((uint16_t)shmac->shmac_number_of_idents);