Home
last modified time | relevance | path

Searched refs:auth_hdr (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
H A Dsm_statefuns.c4364 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...]
/linux/include/linux/
H A Dsctp.h733 struct sctp_authhdr auth_hdr; member