Lines Matching refs:param_hdr
196 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector()
197 hmacs_len = ntohs(hmacs->param_hdr.length); in sctp_auth_make_key_vector()
199 chunks_len = ntohs(chunks->param_hdr.length); in sctp_auth_make_key_vector()
475 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_get_hmac()
511 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_verify_hmac_id()
534 n_params = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_set_default_hmac()
553 if (!param || param->param_hdr.length == 0) in __sctp_auth_cid()
556 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
673 param_len = ntohs(p->param_hdr.length); in sctp_auth_ep_add_chunkid()
679 p->param_hdr.length = htons(param_len + 1); in sctp_auth_ep_add_chunkid()
710 ep->auth_hmacs_list->param_hdr.length = in sctp_auth_ep_set_hmacs()
943 auth_hmacs->param_hdr.type = SCTP_PARAM_HMAC_ALGO; in sctp_auth_init()
944 auth_hmacs->param_hdr.length = in sctp_auth_init()
958 auth_chunks->param_hdr.type = SCTP_PARAM_CHUNKS; in sctp_auth_init()
959 auth_chunks->param_hdr.length = in sctp_auth_init()