Home
last modified time | relevance | path

Searched refs:random_get_bytes (Results 1 – 25 of 46) sorted by relevance

12

/external/wpa_supplicant_8/src/crypto/
Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
Drandom.c154 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function
382 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0) in random_write_entropy()
Ddh_groups.c1206 if (random_get_bytes(wpabuf_put(*priv, dh->prime_len), dh->prime_len)) in dh_init()
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c173 if (random_get_bytes(ret_priv, dh->prime_len)) in eap_eke_dh_init()
384 if (random_get_bytes(iv, AES_BLOCK_SIZE)) in eap_eke_dhcomp()
634 if (random_get_bytes(pos, block_size)) in eap_eke_prot()
644 if (random_get_bytes(pos, pad)) in eap_eke_prot()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) { in eap_md5_buildReq()
Dikev2.c1098 if (random_get_bytes(data->i_nonce, data->i_nonce_len)) in ikev2_build_sa_init()
1146 if (random_get_bytes(data->shared_secret, 16)) in ikev2_build_sa_auth()
Deap_server_psk.c62 if (random_get_bytes(data->rand_s, EAP_PSK_RAND_LEN)) { in eap_psk_build_1()
Deap_server_sake.c153 if (random_get_bytes(data->rand_s, EAP_SAKE_RAND_LEN)) { in eap_sake_build_challenge()
/external/wpa_supplicant_8/src/wps/
Dwps_common.c246 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0) in wps_generate_pin()
682 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN), in wps_nfc_token_gen()
684 random_get_bytes((u8 *) &val, sizeof(val))) { in wps_nfc_token_gen()
Dwps_enrollee.c41 if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0) in wps_build_e_hash()
109 if (random_get_bytes(wps->nonce_e, WPS_NONCE_LEN) < 0) in wps_build_m1()
305 random_get_bytes(psk, sizeof(psk)) < 0) { in wps_build_cred_network_key()
Dwps_attr_build.c391 if (random_get_bytes(iv, block_size) < 0) in wps_build_encr_settings()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c177 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0) in __mesh_rsn_auth_init()
184 if (random_get_bytes(rsn->igtk, rsn->igtk_len) < 0) in __mesh_rsn_auth_init()
500 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) { in mesh_rsn_init_ampe_sta()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_write.c57 if (random_get_bytes(conn->server_random + 4, TLS_RANDOM_LEN - 4)) { in tls_write_server_hello()
66 if (random_get_bytes(conn->session_id, conn->session_id_len)) { in tls_write_server_hello()
413 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) { in tls_write_server_key_exchange()
Dtlsv1_client_write.c76 if (random_get_bytes(conn->client_random + 4, TLS_RANDOM_LEN - 4)) { in tls_send_client_hello()
360 if (random_get_bytes(csecret, csecret_len)) { in tlsv1_key_x_dh()
/external/wpa_supplicant_8/src/common/
Dsae.c127 if (iter++ > 100 || random_get_bytes(val, order_len) < 0) in sae_get_rand()
180 if (random_get_bytes(tmp, prime_len) < 0) in get_rand_1_to_p_1()
395 if (random_get_bytes(tmp, prime_len) < 0) in get_random_qr_qnr()
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0) in sae_derive_pwe_ecc()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c247 if (random_get_bytes(peerkey->pnonce, WPA_NONCE_LEN)) { in wpa_supplicant_process_smk_m2()
361 if (random_get_bytes(peerkey->inonce, WPA_NONCE_LEN)) { in wpa_supplicant_send_stk_1_of_4()
682 if (random_get_bytes(peerkey->pnonce, WPA_NONCE_LEN)) { in wpa_supplicant_process_stk_1_of_4()
1073 if (random_get_bytes(peerkey->inonce, WPA_NONCE_LEN)) { in wpa_sm_stkstart()
Dwpa_ft.c353 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_ft_prepare_auth_request()
838 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_ft_start_over_ds()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c258 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) { in wpa_rekey_gmk()
336 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0) in wpa_group_init_gmk_and_counter()
348 if (random_get_bytes(rkey, sizeof(rkey)) < 0) in wpa_group_init_gmk_and_counter()
1372 if (random_get_bytes(pos, 16) < 0) in wpa_gmk_to_gtk()
1899 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in SM_STATE()
1917 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in wpa_auth_sm_ptk_update()
2375 if (random_get_bytes(dummy_gtk, gtk_len) < 0) { in fils_encrypt_assoc()
2671 if (random_get_bytes(igtk.igtk, len) < 0) in ieee80211w_kde_add()
2744 if (random_get_bytes(dummy_gtk, gtk_len) < 0) in SM_STATE()
3098 if (random_get_bytes(dummy_gtk, gsm->GTK_len) < 0) in SM_STATE()
Dpeerkey_auth.c279 if (random_get_bytes(smk, PMK_LEN)) { in wpa_smk_m3()
/external/wpa_supplicant_8/src/eap_peer/
Deap_mschapv2.c197 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) { in eap_mschapv2_challenge_reply()
583 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN)) in eap_mschapv2_change_password()
Deap_leap.c165 if (random_get_bytes(pos, LEAP_CHALLENGE_LEN)) { in eap_leap_process_success()
Deap_sim.c90 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) { in eap_sim_init()
1142 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) { in eap_sim_init_for_reauth()
Deap_sake.c220 if (random_get_bytes(data->rand_p, EAP_SAKE_RAND_LEN)) { in eap_sake_process_challenge()
Deap_psk.c130 if (random_get_bytes(data->rand_p, EAP_PSK_RAND_LEN)) { in eap_psk_process_1()
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.c619 if (random_get_bytes(_rand, 16) < 0) in sim_req_auth()
750 if (random_get_bytes(_rand, EAP_AKA_RAND_LEN) < 0) in aka_req_auth()

12