Searched refs:get_random_bytes (Results 1 – 7 of 7) sorted by relevance
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_rdrand.c | 25 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() function 41 get_random_bytes, 44 get_random_bytes,
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_rdrand.c | 29 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() function 45 get_random_bytes, 48 get_random_bytes,
|
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/randombytes/nativeclient/ |
H A D | randombytes_nativeclient.c | 27 if (rand_intf.get_random_bytes(buf_, size, &readnb) != 0 || in randombytes_nativeclient_buf()
|
/netbsd/sys/net80211/ |
H A D | ieee80211_netbsd.h | 241 void get_random_bytes(void *, size_t);
|
H A D | ieee80211_crypto_wep.c | 105 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv)); in wep_attach()
|
H A D | ieee80211_netbsd.c | 593 get_random_bytes(void *p, size_t n) in get_random_bytes() function
|
H A D | ieee80211_input.c | 1359 get_random_bytes(ni->ni_challenge, in ieee80211_auth_shared()
|