Searched refs:auth_random (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 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() 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()
|
H A D | auth.c | 226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
|
H A D | associola.c | 268 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_make_chunk.c | 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() 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()
|
H A D | auth.c | 226 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
|
H A D | associola.c | 270 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 319 __u8 auth_random[sizeof(struct sctp_paramhdr) + member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 323 __u8 auth_random[sizeof(struct sctp_paramhdr) + member
|
Completed in 25 milliseconds