Lines Matching refs:auth_hdr
4351 struct sctp_authhdr *auth_hdr;
4358 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4359 chunk->subh.auth_hdr = auth_hdr;
4360 skb_pull(chunk->skb, sizeof(*auth_hdr));
4365 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
4371 key_id = ntohs(auth_hdr->shkey_id);
4383 hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id));
4394 digest = (u8 *)(auth_hdr + 1);
4428 struct sctp_authhdr *auth_hdr;
4447 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4456 &auth_hdr->hmac_id,
4478 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) {
4481 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),