Home
last modified time | relevance | path

Searched refs:get_random_bytes (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Drandom.h33 get_random_bytes((void *)ptr, (int)len); in random_get_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/nativeclient/
H A Drandombytes_nativeclient.c27 if (rand_intf.get_random_bytes(buf_, size, &readnb) != 0 || in randombytes_nativeclient_buf()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c420 get_random_bytes(char *buf, size_t bytes) in get_random_bytes() function
683 rc = get_random_bytes(xattrbytes, rndsz); in main()
/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c424 get_random_bytes(&v, sizeof(v)); in ieee80211_dfs_pickchannel()
H A Dieee80211_crypto_wep.c103 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv)); in wep_attach()
H A Dieee80211_freebsd.h362 void get_random_bytes(void *, size_t);
H A Dieee80211_freebsd.c752 get_random_bytes(void *p, size_t n) in get_random_bytes() function
H A Dieee80211_hostap.c1096 get_random_bytes(ni->ni_challenge, in hostap_auth_shared()
H A Dieee80211_node.c366 get_random_bytes(ni->ni_bssid, IEEE80211_ADDR_LEN); in ieee80211_create_ibss()
H A Dieee80211_mesh.c965 get_random_bytes(&r, 2); in mesh_generateid()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c739 get_random_bytes(s, sizeof (s)); in spl_random_init()