Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h156 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);
Dsctp_auth.c663 sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id) function
727 (void)sctp_auth_add_hmacid(new_list, SCTP_AUTH_HMAC_ID_SHA256);
729 (void)sctp_auth_add_hmacid(new_list, SCTP_AUTH_HMAC_ID_SHA1);
1452 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs,
Dsctp_pcb.c7506 (void)sctp_auth_add_hmacid(stcb->asoc.peer_hmacs,
Dsctp_usrreq.c5243 if (sctp_auth_add_hmacid(hmaclist, hmacid)) {