Home
last modified time | relevance | path

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

/dports/security/cowrie/cowrie-2.2.0/var/lib/cowrie/
H A D.gitignore2 auth_random.json
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dauth.php352 function auth_random($min, $max) { function
802 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
803 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
804 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
807 $data['password'] .= $s[auth_random(0, strlen($s) - 1)].auth_random(10, 99);
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sctp/
H A 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()
H A Dauth.c226 (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()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sctp/
H A 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()
H A Dauth.c226 (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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sctp/
H A 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()
H A Dauth.c226 (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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/sctp/
H A Dstructs.h322 __u8 auth_random[sizeof(struct sctp_paramhdr) + member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/sctp/
H A Dstructs.h322 __u8 auth_random[sizeof(struct sctp_paramhdr) + member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/sctp/
H A Dstructs.h322 __u8 auth_random[sizeof(struct sctp_paramhdr) + member