Lines Matching refs:auth_hdr
4248 struct sctp_authhdr *auth_hdr;
4255 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4256 chunk->subh.auth_hdr = auth_hdr;
4257 skb_pull(chunk->skb, sizeof(*auth_hdr));
4262 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
4268 key_id = ntohs(auth_hdr->shkey_id);
4280 hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id));
4291 digest = auth_hdr->hmac;
4325 struct sctp_authhdr *auth_hdr;
4344 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4353 &auth_hdr->hmac_id,
4375 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) {
4378 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),