Home
last modified time | relevance | path

Searched refs:auth_random (Results 1 – 4 of 4) sorted by relevance

/linux/net/sctp/
H A Dsm_make_chunk.c275 chunksize += sizeof(asoc->c.auth_random); in sctp_make_init()
357 sctp_addto_chunk(retval, sizeof(asoc->c.auth_random), in sctp_make_init()
358 asoc->c.auth_random); in sctp_make_init()
378 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack() local
441 auth_random = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_make_init_ack()
442 chunksize += ntohs(auth_random->length); in sctp_make_init_ack()
505 sctp_addto_chunk(retval, ntohs(auth_random->length), in sctp_make_init_ack()
506 auth_random); in sctp_make_init_ack()
H A Dauth.c227 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
H A Dassociola.c271 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
/linux/include/net/sctp/
H A Dstructs.h313 __u8 auth_random[sizeof(struct sctp_paramhdr) + member