Home | History | Annotate | Download | only in netinet

Lines Matching refs:local_hmacs

1495 			if (stcb->asoc.local_hmacs != NULL)
1496 sctp_free_hmaclist(stcb->asoc.local_hmacs);
1497 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
1498 if (stcb->asoc.local_hmacs != NULL) {
1500 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs,
1565 stcb->asoc.local_hmacs);
1695 if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) {
2000 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
2001 if (stcb->asoc.local_hmacs != NULL) {
2002 hmacs_len = stcb->asoc.local_hmacs->num_algo *
2003 sizeof(stcb->asoc.local_hmacs->hmac[0]);
2059 (void)sctp_serialize_hmaclist(stcb->asoc.local_hmacs,