Home
last modified time | relevance | path

Searched refs:hmac_len (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/sctp/
Dauth.h48 __u16 hmac_len; /* length of the signature */ member
/linux-4.1.27/net/sctp/
Dauth.c45 .hmac_len = SCTP_SHA1_SIG_SIZE,
55 .hmac_len = SCTP_SHA256_SIG_SIZE,
Dchunk.c212 hmac_desc->hmac_len); in sctp_datamsg_from_user()
Dsm_make_chunk.c1274 hmac_desc->hmac_len + sizeof(sctp_authhdr_t)); in sctp_make_auth()
1284 hmac = skb_put(retval->skb, hmac_desc->hmac_len); in sctp_make_auth()
1285 memset(hmac, 0, hmac_desc->hmac_len); in sctp_make_auth()
1289 htons(ntohs(retval->chunk_hdr->length) + hmac_desc->hmac_len); in sctp_make_auth()
Dsm_statefuns.c4025 if (sig_len != hmac->hmac_len) in sctp_sf_authenticate()