Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c5904 if (asoc->peer_hmacs)
5905 sctp_free_hmaclist(asoc->peer_hmacs);
7501 if (stcb->asoc.peer_hmacs != NULL)
7502 sctp_free_hmaclist(stcb->asoc.peer_hmacs);
7503 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs);
7504 if (stcb->asoc.peer_hmacs != NULL) {
7506 (void)sctp_auth_add_hmacid(stcb->asoc.peer_hmacs,
Dsctp_structs.h1138 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */ member
Dsctp_auth.c1518 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs,
Dsctp_input.c557 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs, in sctp_process_init_ack()