/hostap-3.6.0/src/crypto/ |
D | random.h | 16 #define random_get_bytes(b, l) os_get_random((b), (l))
|
D | crypto_internal-modexp.c | 21 if (os_get_random(privkey, prime_len) < 0) in crypto_dh_init()
|
D | crypto_libtomcrypt.c | 530 if (os_get_random(pos, ps_len) < 0) { in pkcs1_generate_encryption_block() 705 if (os_get_random(privkey, prime_len) < 0) in crypto_dh_init()
|
D | ms_funcs.c | 447 if (os_get_random(pw_block, offset) < 0) in encrypt_pw_block_with_password_hash()
|
D | random.c | 169 ret = os_get_random(buf, len); in random_get_bytes()
|
D | crypto_nettle.c | 312 if (os_get_random(privkey, prime_len) < 0) in crypto_dh_init()
|
D | crypto_gnutls.c | 291 if (os_get_random(privkey, prime_len) < 0) in crypto_dh_init()
|
/hostap-3.6.0/src/utils/ |
D | uuid.c | 83 if (os_get_random(uuid, UUID_LEN) < 0 || in uuid_random()
|
D | os_none.c | 58 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_zephyr.c | 146 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_win32.c | 132 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_unix.c | 257 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function 370 if (os_get_random((unsigned char *) &seed, sizeof(seed)) == 0) in os_program_init()
|
D | os.h | 169 int os_get_random(unsigned char *buf, size_t len);
|
D | common.c | 1014 if (os_get_random(addr, ETH_ALEN) < 0) in random_mac_addr() 1024 if (os_get_random(addr + 3, 3) < 0) in random_mac_addr_keep_oui()
|
D | os_internal.c | 130 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
/hostap-3.6.0/src/p2p/ |
D | p2p_utils.c | 33 if (os_get_random((unsigned char *) buf, len)) in p2p_random() 377 if (os_get_random((u8 *) &r, sizeof(r)) < 0) in p2p_channel_pick_random()
|
/hostap-3.6.0/hostapd/ |
D | sae_pk_gen.c | 102 if (os_get_random(m, SAE_PK_M_LEN) < 0) { in main()
|
D | defconfig | 223 # operating system. os_get_random() function is used to fetch random data when 245 # If the os_get_random() is known to provide strong random data (e.g., on
|
/hostap-3.6.0/wpa_supplicant/ |
D | ctrl_iface_udp.c | 414 os_get_random(priv->cookie, COOKIE_LEN); 759 os_get_random(priv->cookie, COOKIE_LEN);
|
/hostap-3.6.0/src/tls/ |
D | pkcs1.c | 58 if (os_get_random(pos, ps_len) < 0) { in pkcs1_generate_encryption_block()
|
D | tlsv1_record.c | 187 if (os_get_random(pos, rl->iv_size)) in tlsv1_record_send()
|
/hostap-3.6.0/src/radius/ |
D | radius.c | 912 return os_get_random((u8 *) &msg->hdr->authenticator, in radius_msg_make_authenticator() 1214 if (os_get_random((u8 *) &salt, sizeof(salt)) < 0) { in radius_msg_add_mppe_keys() 1729 return os_get_random(id, len); in radius_gen_session_id()
|
/hostap-3.6.0/src/common/ |
D | dpp_backup.c | 275 if (!salt || os_get_random(wpabuf_put(salt, 64), 64) < 0) in dpp_build_pw_recipient_info() 441 if (!key || os_get_random(wpabuf_put(key, len), len) < 0) { in dpp_gen_random()
|
/hostap-3.6.0/src/eap_server/ |
D | eap_server_sake.c | 70 if (os_get_random(&data->session_id, 1)) { in eap_sake_init()
|
/hostap-3.6.0/src/wps/ |
D | wps_upnp_ssdp.c | 310 if (os_get_random((void *) &r, sizeof(r)) < 0) in advertisement_state_machine_handler()
|