Home
last modified time | relevance | path

Searched refs:local_hmacs (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c139 if (n_inp->sctp_ep.local_hmacs) in sctp_do_peeloff()
140 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
141 n_inp->sctp_ep.local_hmacs = in sctp_do_peeloff()
142 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
251 if (n_inp->sctp_ep.local_hmacs) in sctp_get_peeloff()
252 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
253 n_inp->sctp_ep.local_hmacs = in sctp_get_peeloff()
254 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
Dsctp_auth.c1447 if (stcb->asoc.local_hmacs != NULL)
1448 sctp_free_hmaclist(stcb->asoc.local_hmacs);
1449 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
1450 if (stcb->asoc.local_hmacs != NULL) {
1452 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs,
1519 stcb->asoc.local_hmacs);
1654 if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) {
1963 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
1964 if (stcb->asoc.local_hmacs != NULL) {
1965 hmacs_len = stcb->asoc.local_hmacs->num_algo *
[all …]
Dsctp_pcb.h376 sctp_hmaclist_t *local_hmacs; member
Dsctp_structs.h1137 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */ member
Dsctp_input.c558 stcb->asoc.local_hmacs); in sctp_process_init_ack()
3057 if (inp->sctp_ep.local_hmacs)
3058 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
3059 inp->sctp_ep.local_hmacs =
3060 sctp_copy_hmaclist((*inp_p)->sctp_ep.local_hmacs);
Dsctp_pcb.c3049 m->local_hmacs = sctp_default_supported_hmaclist();
4244 if (inp->sctp_ep.local_hmacs != NULL)
4245 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5902 if (asoc->local_hmacs)
5903 sctp_free_hmaclist(asoc->local_hmacs);
Dsctp_usrreq.c3521 hmaclist = inp->sctp_ep.local_hmacs;
5266 if (inp->sctp_ep.local_hmacs)
5267 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5268 inp->sctp_ep.local_hmacs = hmaclist;
Dsctp_output.c5242 if (stcb->asoc.local_hmacs != NULL) {
5252 stcb->asoc.local_hmacs->num_algo * sizeof(uint16_t));
5255 sctp_serialize_hmaclist(stcb->asoc.local_hmacs, (uint8_t *)hmacs->hmac_ids);
6529 sctp_serialize_hmaclist(inp->sctp_ep.local_hmacs,