Home
last modified time | relevance | path

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 Drandom.h37 extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drandom.h42 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 Dunique.c86 (void) random_get_pseudo_bytes((void*)&un->un_value, in unique_insert()
H A Dspa_misc.c1498 (void) random_get_pseudo_bytes((void *)&r, sizeof (uint64_t)); in spa_get_random()
H A Ddsl_dataset.c1159 (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 Dspa.c3992 (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 Dspl-generic.c138 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 Dzfs_context.h646 extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c453 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 Dkernel.c772 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 Dzio_crypt.c494 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 Dzdb.c7784 VERIFY0(random_get_pseudo_bytes(lbuf2, lsize)); in zdb_decompress_block()