Searched refs:random_get_pseudo_bytes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | random.h | 35 #define random_get_pseudo_bytes(p, s) arc4rand((p), (int)(s), 0) macro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | unique.c | 86 (void) random_get_pseudo_bytes((void*)&un->un_value, in unique_insert()
|
| H A D | spa_misc.c | 1528 (void) random_get_pseudo_bytes((void *)&r, sizeof (uint64_t)); in spa_get_random()
|
| H A D | dsl_dataset.c | 861 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd() 1438 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
|
| H A D | spa.c | 3131 (void) random_get_pseudo_bytes(spa->spa_cksum_salt.zcs_bytes, 4942 (void) random_get_pseudo_bytes(spa->spa_cksum_salt.zcs_bytes,
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 582 extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/ |
| H A D | kernel.c | 904 random_get_pseudo_bytes(uint8_t *ptr, size_t len) in random_get_pseudo_bytes() function
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 4940 return (random_get_pseudo_bytes(buf, len)); in random_get_pseudo_bytes_cb() 5119 VERIFY0(random_get_pseudo_bytes((uint8_t *)pbuf2 + psize, in zdb_read_block()
|