Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c140 if (n_inp->sctp_ep.local_hmacs) in sctp_do_peeloff()
141 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
142 n_inp->sctp_ep.local_hmacs = in sctp_do_peeloff()
143 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
262 if (n_inp->sctp_ep.local_hmacs) in sctp_get_peeloff()
263 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
264 n_inp->sctp_ep.local_hmacs = in sctp_get_peeloff()
265 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
Dsctp_auth.c1480 if (stcb->asoc.local_hmacs != NULL)
1481 sctp_free_hmaclist(stcb->asoc.local_hmacs);
1482 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
1483 if (stcb->asoc.local_hmacs != NULL) {
1485 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs,
1550 stcb->asoc.local_hmacs);
1680 if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) {
1985 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
1986 if (stcb->asoc.local_hmacs != NULL) {
1987 hmacs_len = stcb->asoc.local_hmacs->num_algo *
[all …]
Dsctp_pcb.h362 sctp_hmaclist_t *local_hmacs; member
Dsctp_structs.h1118 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */ member
Dsctp_input.c520 stcb->asoc.local_hmacs); in sctp_process_init_ack()
2934 if (inp->sctp_ep.local_hmacs)
2935 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
2936 inp->sctp_ep.local_hmacs =
2937 sctp_copy_hmaclist((*inp_p)->sctp_ep.local_hmacs);
Dsctp_pcb.c3097 m->local_hmacs = sctp_default_supported_hmaclist();
4304 if (inp->sctp_ep.local_hmacs != NULL)
4305 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5939 if (asoc->local_hmacs)
5940 sctp_free_hmaclist(asoc->local_hmacs);
Dsctp_usrreq.c3475 hmaclist = inp->sctp_ep.local_hmacs;
5067 if (inp->sctp_ep.local_hmacs)
5068 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5069 inp->sctp_ep.local_hmacs = hmaclist;
Dsctp_output.c5218 if (stcb->asoc.local_hmacs != NULL) {
5228 stcb->asoc.local_hmacs->num_algo * sizeof(uint16_t));
5231 sctp_serialize_hmaclist(stcb->asoc.local_hmacs, (uint8_t *)hmacs->hmac_ids);
6411 sctp_serialize_hmaclist(inp->sctp_ep.local_hmacs,