Searched refs:peer_hmacs (Results 1 – 4 of 4) sorted by relevance
1141 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */ member
5944 if (asoc->peer_hmacs)5945 sctp_free_hmaclist(asoc->peer_hmacs);7581 if (stcb->asoc.peer_hmacs != NULL)7582 sctp_free_hmaclist(stcb->asoc.peer_hmacs);7583 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs);7584 if (stcb->asoc.peer_hmacs != NULL) {7586 (void)sctp_auth_add_hmacid(stcb->asoc.peer_hmacs,
1522 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs,
566 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs, in sctp_process_init_ack()