Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dauth.c630 key_id = ntohs(auth->auth_hdr.shkey_id); in sctp_auth_calculate_hmac()
631 hmac_id = ntohs(auth->auth_hdr.hmac_id); in sctp_auth_calculate_hmac()
645 digest = (u8 *)(&auth->auth_hdr + 1); in sctp_auth_calculate_hmac()
H A Dsm_statefuns.c4370 struct sctp_authhdr *auth_hdr; in sctp_sf_authenticate() local
4377 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_authenticate()
4378 chunk->subh.auth_hdr = auth_hdr; in sctp_sf_authenticate()
4379 skb_pull(chunk->skb, sizeof(*auth_hdr)); in sctp_sf_authenticate()
4384 if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id)) in sctp_sf_authenticate()
4390 key_id = ntohs(auth_hdr->shkey_id); in sctp_sf_authenticate()
4402 hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id)); in sctp_sf_authenticate()
4413 digest = (u8 *)(auth_hdr + 1); in sctp_sf_authenticate()
4447 struct sctp_authhdr *auth_hdr; in sctp_sf_eat_auth() local
4466 auth_hdr = (struct sctp_authhdr *)chunk->skb->data; in sctp_sf_eat_auth()
[all …]
/linux/include/linux/
H A Dsctp.h733 struct sctp_authhdr auth_hdr; member