/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 | 58 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 | common.c | 957 if (os_get_random(addr, ETH_ALEN) < 0) in random_mac_addr() 967 if (os_get_random(addr + 3, 3) < 0) in random_mac_addr_keep_oui()
|
D | os.h | 165 int os_get_random(unsigned char *buf, size_t len);
|
D | os_internal.c | 124 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
D | os_unix.c | 224 int os_get_random(unsigned char *buf, size_t len) in os_get_random() function
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_utils.c | 32 if (os_get_random((unsigned char *) buf, len)) in p2p_random() 424 if (os_get_random((u8 *) &r, sizeof(r)) < 0) in p2p_channel_pick_random()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_udp.c | 354 os_get_random(priv->cookie, COOKIE_LEN); 632 os_get_random(priv->cookie, COOKIE_LEN);
|
D | android.config | 392 # from the operating system. os_get_random() function is used to fetch random 414 # If the os_get_random() is known to provide strong random data (e.g., on
|
D | defconfig | 408 # from the operating system. os_get_random() function is used to fetch random 430 # If the os_get_random() is known to provide strong random data (e.g., on
|
/external/wpa_supplicant_8/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()
|
D | tlsv1_client.c | 43 if (os_get_random(pre_master_secret + 2, in tls_derive_pre_master_secret()
|
/external/wpa_supplicant_8/hostapd/ |
D | defconfig | 213 # operating system. os_get_random() function is used to fetch random data when 235 # If the os_get_random() is known to provide strong random data (e.g., on
|
/external/wpa_supplicant_8/src/ap/ |
D | accounting.c | 466 if (os_get_random((u8 *) &hapd->acct_session_id_hi, in accounting_init()
|
D | dfs.c | 452 if (os_get_random((u8 *) &_rand, sizeof(_rand)) < 0) in dfs_get_valid_channel()
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 732 if (os_get_random(participant->mi, sizeof(participant->mi)) < 0) in ieee802_1x_mka_decode_basic_body() 1007 if (os_get_random(participant->mi, in ieee802_1x_mka_decode_live_peer_body() 1060 if (os_get_random(participant->mi, in ieee802_1x_mka_decode_potential_peer_body() 2006 if (os_get_random(context + ctx_offset, conf->key_len) < 0) { in ieee802_1x_kay_generate_new_sak() 3338 if (os_get_random(participant->mi, sizeof(participant->mi)) < 0) in ieee802_1x_kay_create_mka()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_sake.c | 70 if (os_get_random(&data->session_id, 1)) { in eap_sake_init()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 320 if (os_get_random((void *) &r, sizeof(r)) < 0) in advertisement_state_machine_handler()
|
D | wps_upnp.c | 256 if (os_get_random(uuid, UUID_LEN) < 0) in uuid_make()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 404 os_get_random((u8 *) &val, sizeof(val)); in generate_csr()
|