Lines Matching refs:param_hdr
195 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector()
196 hmacs_len = ntohs(hmacs->param_hdr.length); in sctp_auth_make_key_vector()
198 chunks_len = ntohs(chunks->param_hdr.length); in sctp_auth_make_key_vector()
541 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_get_hmac()
593 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_verify_hmac_id()
617 n_params = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_set_default_hmac()
643 if (!param || param->param_hdr.length == 0) in __sctp_auth_cid()
646 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
772 param_len = ntohs(p->param_hdr.length); in sctp_auth_ep_add_chunkid()
778 p->param_hdr.length = htons(param_len + 1); in sctp_auth_ep_add_chunkid()
812 ep->auth_hmacs_list->param_hdr.length = in sctp_auth_ep_set_hmacs()
1031 auth_hmacs->param_hdr.type = SCTP_PARAM_HMAC_ALGO; in sctp_auth_init()
1032 auth_hmacs->param_hdr.length = in sctp_auth_init()
1046 auth_chunks->param_hdr.type = SCTP_PARAM_CHUNKS; in sctp_auth_init()
1047 auth_chunks->param_hdr.length = in sctp_auth_init()