Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c143 if (n_inp->sctp_ep.local_hmacs) in sctp_do_peeloff()
144 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
145 n_inp->sctp_ep.local_hmacs = in sctp_do_peeloff()
146 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
266 if (n_inp->sctp_ep.local_hmacs) in sctp_get_peeloff()
267 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
268 n_inp->sctp_ep.local_hmacs = in sctp_get_peeloff()
269 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_get_peeloff()
Dsctp_auth.c1451 if (stcb->asoc.local_hmacs != NULL)
1452 sctp_free_hmaclist(stcb->asoc.local_hmacs);
1453 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
1454 if (stcb->asoc.local_hmacs != NULL) {
1456 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs,
1523 stcb->asoc.local_hmacs);
1658 if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) {
1971 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
1972 if (stcb->asoc.local_hmacs != NULL) {
1973 hmacs_len = stcb->asoc.local_hmacs->num_algo *
[all …]
Dsctp_pcb.h381 sctp_hmaclist_t *local_hmacs; member
Dsctp_structs.h1140 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */ member
Dsctp_input.c567 stcb->asoc.local_hmacs); in sctp_process_init_ack()
3058 if (inp->sctp_ep.local_hmacs)
3059 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
3060 inp->sctp_ep.local_hmacs =
3061 sctp_copy_hmaclist((*inp_p)->sctp_ep.local_hmacs);
Dsctp_pcb.c3061 m->local_hmacs = sctp_default_supported_hmaclist();
4268 if (inp->sctp_ep.local_hmacs != NULL)
4269 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5942 if (asoc->local_hmacs)
5943 sctp_free_hmaclist(asoc->local_hmacs);
Dsctp_usrreq.c3609 hmaclist = inp->sctp_ep.local_hmacs;
5354 if (inp->sctp_ep.local_hmacs)
5355 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
5356 inp->sctp_ep.local_hmacs = hmaclist;
Dsctp_output.c5289 if (stcb->asoc.local_hmacs != NULL) {
5299 stcb->asoc.local_hmacs->num_algo * sizeof(uint16_t));
5302 sctp_serialize_hmaclist(stcb->asoc.local_hmacs, (uint8_t *)hmacs->hmac_ids);
6577 sctp_serialize_hmaclist(inp->sctp_ep.local_hmacs,