Searched refs:auth_hdr (Results 1 – 2 of 2) sorted by relevance
4364 struct sctp_authhdr *auth_hdr; in sctp_sf_authenticate() local 4371 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_authenticate() 4372 chunk->subh.auth_hdr = auth_hdr; in sctp_sf_authenticate() 4373 skb_pull(chunk->skb, sizeof(*auth_hdr)); in sctp_sf_authenticate() 4378 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id)) in sctp_sf_authenticate() 4384 key_id = ntohs(auth_hdr->shkey_id); in sctp_sf_authenticate() 4396 hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id)); in sctp_sf_authenticate() 4407 digest = (u8 *)(auth_hdr + 1); in sctp_sf_authenticate() 4441 struct sctp_authhdr *auth_hdr; in sctp_sf_eat_auth() local [all...]
733 struct sctp_authhdr auth_hdr; member