Home
last modified time | relevance | path

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

/linux-5.19.10/net/sctp/
Dsm_make_chunk.c283 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() local
449 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()
Dauth.c226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
Dassociola.c271 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
/linux-5.19.10/include/net/sctp/
Dstructs.h323 __u8 auth_random[sizeof(struct sctp_paramhdr) + member