Home
last modified time | relevance | path

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

/net/sctp/
Dsm_make_chunk.c284 chunksize += sizeof(asoc->c.auth_random); in sctp_make_init()
368 sctp_addto_chunk(retval, sizeof(asoc->c.auth_random), in sctp_make_init()
369 asoc->c.auth_random); in sctp_make_init()
400 *auth_random = NULL; in sctp_make_init_ack() local
444 auth_random = (sctp_paramhdr_t *)asoc->c.auth_random; in sctp_make_init_ack()
445 chunksize += ntohs(auth_random->length); in sctp_make_init_ack()
508 sctp_addto_chunk(retval, ntohs(auth_random->length), in sctp_make_init_ack()
509 auth_random); in sctp_make_init_ack()
Dauth.c229 (sctp_random_param_t *)asoc->c.auth_random, in sctp_auth_make_local_vector()
Dassociola.c281 p = (sctp_paramhdr_t *)asoc->c.auth_random; in sctp_association_init()