Searched refs:random_get_pseudo_bytes (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | random.h | 37 extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | random.h | 42 random_get_pseudo_bytes(uint8_t *p, size_t s) in random_get_pseudo_bytes() function
|
| /f-stack/freebsd/contrib/openzfs/module/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 | 1498 (void) random_get_pseudo_bytes((void *)&r, sizeof (uint64_t)); in spa_get_random()
|
| H A D | dsl_dataset.c | 1159 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd() 1728 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
|
| H A D | spa.c | 3992 (void) random_get_pseudo_bytes(spa->spa_cksum_salt.zcs_bytes, 5885 (void) random_get_pseudo_bytes(spa->spa_cksum_salt.zcs_bytes,
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 138 random_get_pseudo_bytes(uint8_t *ptr, size_t len) in random_get_pseudo_bytes() function 172 EXPORT_SYMBOL(random_get_pseudo_bytes);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 646 extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 453 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap() 623 ret = random_get_pseudo_bytes(ivbuf, ZIO_DATA_IV_LEN); in zio_crypt_generate_iv()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 772 random_get_pseudo_bytes(uint8_t *ptr, size_t len) in random_get_pseudo_bytes() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 494 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap() 659 ret = random_get_pseudo_bytes(ivbuf, ZIO_DATA_IV_LEN); in zio_crypt_generate_iv()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 7784 VERIFY0(random_get_pseudo_bytes(lbuf2, lsize)); in zdb_decompress_block()
|