Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dsm_make_chunk.c297 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() local
462 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()
Dauth.c241 (struct sctp_random_param *)asoc->c.auth_random, in sctp_auth_make_local_vector()
Dassociola.c289 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
/Linux-v4.19/include/net/sctp/
Dstructs.h325 __u8 auth_random[sizeof(struct sctp_paramhdr) + member