| /f-stack/freebsd/contrib/libsodium/test/quirks/ |
| H A D | quirks.h | 5 #undef random 47 random(void) in random() function
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rng/ |
| H A D | microchip,pic32-rng.txt | 3 The PIC32 RNG provides a pseudo random number generator which can be seeded by 4 another true random number generator.
|
| H A D | sparc_sun_oracle_rng.txt | 21 name: 'random-number-generator' 28 name: 'random-number-generator'
|
| H A D | apm,rng.txt | 1 APM X-Gene SoC random number generator.
|
| H A D | silex-insight,ba431-rng.yaml | 10 The BA431 hardware random number generator is an IP that is FIPS-140-2/3
|
| H A D | mtk-rng.txt | 1 Device-Tree bindings for Mediatek random number generator
|
| H A D | st,stm32-rng.yaml | 10 The STM32 hardware random number generator is a simple fixed purpose
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 275 The mac to be set is random each flow. 279 The mac to be set is random each flow. 283 The ipv4 header to be set is random each flow. 287 The ipv4 header to be set is random each flow. 291 The ipv6 header to be set is random each flow. 295 The ipv6 header to be set is random each flow. 299 The tp sport header to be set is random each flow. 303 The tp dport header to be set is random each flow. 319 The ttl value to be set is random each flow. 326 The dscp value to be is random each flow. [all …]
|
| /f-stack/freebsd/libkern/ |
| H A D | random.c | 46 random(void) in random() function
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 28 #undef random 77 return implementation->random(); in randombytes_random()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/ |
| H A D | file_trunc.c | 183 roffset = random() % fsize; in do_write() 230 roffset = random() % fsize; in do_trunc()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | random.h | 32 #include_next <sys/random.h>
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_io.c | 412 q->random = random() & 0xffff; in red_drops() 418 if (SCALE_MUL(p_b, SCALE((int64_t)q->count)) > q->random) { in red_drops() 421 q->random = random() & 0xffff; in red_drops() 518 if (f->plr && random() < f->plr) in dn_enqueue() 590 index = random() % pf->samples_no; in extra_bits()
|
| H A D | dn_aqm_pie.h | 143 if (random() < pst->drop_prob) { in drop_early()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | keystone-reset.txt | 32 in format: <0>, <2>; It can be in random order and 34 reset watchdogs and can be in random order.
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | randombytes.h | 21 uint32_t (*random)(void); /* required */ member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/nativeclient/ |
| H A D | randombytes_nativeclient.c | 54 SODIUM_C99(.random =) randombytes_nativeclient_random,
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
| H A D | alloc_class.kshlib | 58 dd if=/dev/random of=$mntpnt/testfile.$$ &
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | qcom,prng.txt | 1 Qualcomm MSM pseudo random number generator.
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_gcm.c | 95 int random = rand(); in parse_gcm_pt_ct_str() local 96 vec.iv.val[i] = (uint8_t)random; in parse_gcm_pt_ct_str()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_config.h | 60 #define ngx_random random
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.c | 800 if (authinfo->random != NULL) in sctp_free_authinfo() 801 sctp_free_key(authinfo->random); in sctp_free_authinfo() 1479 if (stcb->asoc.authinfo.random != NULL) in sctp_auth_get_cookie_params() 1480 sctp_free_key(stcb->asoc.authinfo.random); in sctp_auth_get_cookie_params() 1481 stcb->asoc.authinfo.random = new_key; in sctp_auth_get_cookie_params() 1531 sctp_compute_hashkey(stcb->asoc.authinfo.random, in sctp_fill_hmac_digest_m() 1673 sctp_compute_hashkey(stcb->asoc.authinfo.random, in sctp_handle_auth() 1989 if (stcb->asoc.authinfo.random != NULL) in sctp_initialize_auth_params() 1990 sctp_free_key(stcb->asoc.authinfo.random); in sctp_initialize_auth_params() 1991 stcb->asoc.authinfo.random = new_key; in sctp_initialize_auth_params()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | Makefile.am | 30 random.h \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/readmmap/ |
| H A D | readmmap.c | 98 idx = random() % size; in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/ |
| H A D | rm_lnkcnt_zero_file.c | 55 return (random() % 1000); in pickidx()
|