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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c140 if (n_inp->sctp_ep.local_hmacs)
141 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs);
142 n_inp->sctp_ep.local_hmacs =
143 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
262 if (n_inp->sctp_ep.local_hmacs)
263 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs);
264 n_inp->sctp_ep.local_hmacs =
265 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
H A 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 !
[all...]
H A Dsctp_pcb.h362 sctp_hmaclist_t *local_hmacs; member in struct:sctp_pcb
H A Dsctp_structs.h1118 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */ member in struct:sctp_association
H A Dsctp_input.c520 stcb->asoc.local_hmacs);
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);
H A 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);
H A 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;
H A 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,

Completed in 1201 milliseconds