Searched refs:auth_random (Results 1 – 4 of 4) sorted by relevance
297 chunksize += sizeof(asoc->c.auth_random); in sctp_make_init()378 sctp_addto_chunk(retval, sizeof(asoc->c.auth_random), in sctp_make_init()379 asoc->c.auth_random); in sctp_make_init()399 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack() local462 auth_random = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_make_init_ack()463 chunksize += ntohs(auth_random->length); in sctp_make_init_ack()523 sctp_addto_chunk(retval, ntohs(auth_random->length), in sctp_make_init_ack()524 auth_random); in sctp_make_init_ack()
241 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
289 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
325 __u8 auth_random[sizeof(struct sctp_paramhdr) + member