Home
last modified time | relevance | path

Searched refs:peer_hmac_id (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c1518 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs,
1544 digestlen = sctp_get_hmac_digest_len(stcb->asoc.peer_hmac_id);
1578 (void)sctp_compute_hmac_m(stcb->asoc.peer_hmac_id, stcb->asoc.authinfo.assoc_key,
Dsctp_structs.h1150 uint16_t peer_hmac_id; /* peer HMAC id to send */ member
Dsctp_output.c6814 siz -= sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
8672 omtu = sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
8896 omtu = sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
9146 mtu -= sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
10243 dmtu = sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
10303 dmtu = sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id);
14842 sctp_get_hmac_digest_len(stcb->asoc.peer_hmac_id);
14844 auth->hmac_id = htons(stcb->asoc.peer_hmac_id);
Dsctp_input.c557 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs, in sctp_process_init_ack()
Dsctp_usrreq.c209 overhead += sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id); in sctp_pathmtu_adjustment()