Searched refs:hmac_len (Results 1 – 5 of 5) sorted by relevance
48 __u16 hmac_len; /* length of the signature */ member
45 .hmac_len = SCTP_SHA1_SIG_SIZE,55 .hmac_len = SCTP_SHA256_SIG_SIZE,
212 hmac_desc->hmac_len); in sctp_datamsg_from_user()
1274 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()
4025 if (sig_len != hmac->hmac_len) in sctp_sf_authenticate()