Home
last modified time | relevance | path

Searched refs:random (Results 126 – 150 of 701) sorted by relevance

12345678910>>...29

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_random.c64 buf[i] = random(); in ATF_TC_BODY()
/freebsd/share/skel/
H A Ddot.login10 # Display a random cookie on each login.
/freebsd/bin/csh/
H A Ddot.login10 # Uncomment to display a random cookie on each login.
/freebsd/sys/dev/random/
H A Drandom_infra.c38 SYSCTL_NODE(_kern, OID_AUTO, random, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_008_pos.ksh87 NEXT=$(random $config $MAX_VER)
/freebsd/libexec/rc/rc.d/
H A Dtmp63 _tmpdir=/tmp/.diskless.$(dd if=/dev/random bs=32 count=1 status=none | sha256)
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dapm,rng.txt1 APM X-Gene SoC random number generator.
H A Dxiphera,xip8001b-trng.yaml13 Xiphera FPGA-based true random number generator intellectual property core.
H A Dsilex-insight,ba431-rng.yaml10 The BA431 hardware random number generator is an IP that is FIPS-140-2/3
/freebsd/tests/sys/devrandom/
H A DMakefile4 SDEVRANDOM= ${SRCTOP}/sys/dev/random
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Drandombytes.h21 uint32_t (*random)(void); /* required */ member
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/nativeclient/
H A Drandombytes_nativeclient.c54 SODIUM_C99(.random =) randombytes_nativeclient_random,
/freebsd/tools/tools/qrndtest/
H A Dr.c38 return random(); in randomwrap()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_diffprops_checksum.ksh55 bclone_test random $FILESIZE false $TESTSRCDIR $TESTDSTDIR
H A Dbclone_diffprops_copies.ksh52 bclone_test random $FILESIZE false $TESTSRCDIR $TESTDSTDIR
H A Dbclone_diffprops_recordsize.ksh58 bclone_test random $FILESIZE false $TESTSRCDIR $TESTDSTDIR
/freebsd/tools/test/stress2/misc/
H A Dsnap5.sh49 r=`head -c4 /dev/random | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
H A Dquota11.sh54 dd if=/dev/random of=$mntpoint/foo.data bs=512 count=1024x1024 2>&1 |
/freebsd/tests/sys/geom/class/concat/
H A Dappend1.sh40 dd if=/dev/random of=$tmpfile bs=1M count=3 || exit 1
/freebsd/crypto/openssl/doc/man3/
H A DRAND_load_file.pod31 RAND_write_file() writes a number of random bytes (currently 128) to
35 RAND_file_name() generates a default path for the random seed
/freebsd/crypto/openssl/crypto/
H A Dmem.c130 # define random() rand() macro
138 int roll = (int)(random() % 10000); in shouldfail()
/freebsd/sys/netinet/
H A Dsctp_auth.c797 if (authinfo->random != NULL) in sctp_free_authinfo()
798 sctp_free_key(authinfo->random); in sctp_free_authinfo()
1476 if (stcb->asoc.authinfo.random != NULL) in sctp_auth_get_cookie_params()
1477 sctp_free_key(stcb->asoc.authinfo.random); in sctp_auth_get_cookie_params()
1478 stcb->asoc.authinfo.random = new_key; in sctp_auth_get_cookie_params()
1528 sctp_compute_hashkey(stcb->asoc.authinfo.random, in sctp_fill_hmac_digest_m()
1665 sctp_compute_hashkey(stcb->asoc.authinfo.random, in sctp_handle_auth()
1982 if (stcb->asoc.authinfo.random != NULL) in sctp_initialize_auth_params()
1983 sctp_free_key(stcb->asoc.authinfo.random); in sctp_initialize_auth_params()
1984 stcb->asoc.authinfo.random = new_key; in sctp_initialize_auth_params()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class.kshlib58 dd if=/dev/random of=$mntpnt/testfile.$$ &
/freebsd/contrib/ldns/ldns/
H A Dutil.h.in295 * Seed the random function.
296 * If the file descriptor is specified, the random generator is seeded with
301 * or /dev/random.
316 * Get random number.
317 * \return random number.
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dqcom,prng.txt1 Qualcomm MSM pseudo random number generator.

12345678910>>...29