Searched refs:auth_random (Results 1 – 4 of 4) sorted by relevance
283 chunksize += sizeof(asoc->c.auth_random); in sctp_make_init()365 sctp_addto_chunk(retval, sizeof(asoc->c.auth_random), in sctp_make_init()366 asoc->c.auth_random); in sctp_make_init()386 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack() local449 auth_random = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_make_init_ack()450 chunksize += ntohs(auth_random->length); in sctp_make_init_ack()513 sctp_addto_chunk(retval, ntohs(auth_random->length), in sctp_make_init_ack()514 auth_random); in sctp_make_init_ack()
226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
271 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
323 __u8 auth_random[sizeof(struct sctp_paramhdr) + member