auth_hdr          726 include/linux/sctp.h 	struct sctp_authhdr auth_hdr;
auth_hdr          604 include/net/sctp/structs.h 		struct sctp_authhdr *auth_hdr;
auth_hdr          721 net/sctp/auth.c 	key_id = ntohs(auth->auth_hdr.shkey_id);
auth_hdr          722 net/sctp/auth.c 	hmac_id = ntohs(auth->auth_hdr.hmac_id);
auth_hdr          740 net/sctp/auth.c 	digest = auth->auth_hdr.hmac;
auth_hdr         1284 net/sctp/sm_make_chunk.c 	struct sctp_authhdr auth_hdr;
auth_hdr         1294 net/sctp/sm_make_chunk.c 				   hmac_desc->hmac_len + sizeof(auth_hdr),
auth_hdr         1299 net/sctp/sm_make_chunk.c 	auth_hdr.hmac_id = htons(hmac_desc->hmac_id);
auth_hdr         1300 net/sctp/sm_make_chunk.c 	auth_hdr.shkey_id = htons(key_id);
auth_hdr         1302 net/sctp/sm_make_chunk.c 	retval->subh.auth_hdr = sctp_addto_chunk(retval, sizeof(auth_hdr),
auth_hdr         1303 net/sctp/sm_make_chunk.c 						 &auth_hdr);
auth_hdr         4207 net/sctp/sm_statefuns.c 	struct sctp_authhdr *auth_hdr;
auth_hdr         4214 net/sctp/sm_statefuns.c 	auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
auth_hdr         4215 net/sctp/sm_statefuns.c 	chunk->subh.auth_hdr = auth_hdr;
auth_hdr         4216 net/sctp/sm_statefuns.c 	skb_pull(chunk->skb, sizeof(*auth_hdr));
auth_hdr         4221 net/sctp/sm_statefuns.c 	if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
auth_hdr         4227 net/sctp/sm_statefuns.c 	key_id = ntohs(auth_hdr->shkey_id);
auth_hdr         4239 net/sctp/sm_statefuns.c 	hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id));
auth_hdr         4250 net/sctp/sm_statefuns.c 	digest = auth_hdr->hmac;
auth_hdr         4284 net/sctp/sm_statefuns.c 	struct sctp_authhdr *auth_hdr;
auth_hdr         4303 net/sctp/sm_statefuns.c 	auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
auth_hdr         4312 net/sctp/sm_statefuns.c 					       &auth_hdr->hmac_id,
auth_hdr         4334 net/sctp/sm_statefuns.c 	if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) {
auth_hdr         4337 net/sctp/sm_statefuns.c 		ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),