Lines Matching defs:auth_hdr
4363 struct sctp_authhdr *auth_hdr;
4370 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4371 chunk->subh.auth_hdr = auth_hdr;
4372 skb_pull(chunk->skb, sizeof(*auth_hdr));
4377 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
4383 key_id = ntohs(auth_hdr->shkey_id);
4395 hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id));
4406 digest = (u8 *)(auth_hdr + 1);
4440 struct sctp_authhdr *auth_hdr;
4459 auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4468 &auth_hdr->hmac_id,
4490 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) {
4493 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),