/external/wpa_supplicant_8/src/crypto/ |
D | random.h | 16 #define random_get_bytes(b, l) os_get_random((b), (l))
|
D | random.c | 164 ret = os_get_random(buf, len); in random_get_bytes()
|
D | ms_funcs.c | 447 if (os_get_random(pw_block, offset) < 0) in encrypt_pw_block_with_password_hash()
|
D | crypto_libtomcrypt.c | 526 if (os_get_random(pos, ps_len) < 0) { in pkcs1_generate_encryption_block()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_none.c | 52 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_win32.c | 120 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os.h | 97 int os_get_random(unsigned char *buf, size_t len);
|
D | os_internal.c | 111 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_unix.c | 186 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 56 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()
|
D | tlsv1_client.c | 43 if (os_get_random(pre_master_secret + 2, in tls_derive_pre_master_secret()
|
D | tlsv1_server_read.c | 558 if (os_get_random(out, outlen)) { in tls_process_client_key_exchange_rsa()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_utils.c | 31 if (os_get_random((unsigned char *) buf, len)) in p2p_random()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_udp.c | 280 os_get_random(priv->cookie, COOKIE_LEN); in wpa_supplicant_ctrl_iface_init() 532 os_get_random(priv->cookie, COOKIE_LEN); in wpa_supplicant_global_ctrl_iface_init()
|
D | android.config | 456 # from the operating system. os_get_random() function is used to fetch random 478 # If the os_get_random() is known to provide strong random data (e.g., on
|
D | defconfig | 452 # from the operating system. os_get_random() function is used to fetch random 474 # If the os_get_random() is known to provide strong random data (e.g., on
|
D | p2p_supplicant.c | 3074 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_init() 3093 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_init() 4277 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_group_add() 4294 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_group_add() 5309 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_update_config() 5332 os_get_random((u8 *) &r, sizeof(r)); in wpas_p2p_update_config()
|
/external/wpa_supplicant_8/hostapd/ |
D | defconfig | 198 # operating system. os_get_random() function is used to fetch random data when 220 # If the os_get_random() is known to provide strong random data (e.g., on
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_sake.c | 72 if (os_get_random(&data->session_id, 1)) { in eap_sake_init()
|
D | ikev2.c | 1092 if (os_get_random(data->i_spi, IKEV2_SPI_LEN)) in ikev2_build_sa_init()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 315 os_get_random((void *) &r, sizeof(r)); in advertisement_state_machine_handler()
|
D | wps_upnp.c | 254 os_get_random(uuid, UUID_LEN); in uuid_make()
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 822 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN); in ap_sa_query_timer()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 1026 if (os_get_random(peer->inonce, WPA_NONCE_LEN)) { in wpa_tdls_send_tpk_m1() 1678 if (os_get_random(peer->rnonce, WPA_NONCE_LEN)) { in wpa_tdls_process_tpk_m1()
|