Home
last modified time | relevance | path

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

12

/NextBSD/contrib/wpa/src/crypto/
HDrandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
HDrandom.c154 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function
375 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0) in random_write_entropy()
HDdh_groups.c1206 if (random_get_bytes(wpabuf_put(*priv, dh->prime_len), dh->prime_len)) in dh_init()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDrandom.h34 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
/NextBSD/contrib/wpa/src/eap_common/
HDeap_eke_common.c178 if (random_get_bytes(ret_priv, dh->prime_len)) in eap_eke_dh_init()
389 if (random_get_bytes(iv, AES_BLOCK_SIZE)) in eap_eke_dhcomp()
641 if (random_get_bytes(pos, block_size)) in eap_eke_prot()
651 if (random_get_bytes(pos, pad)) in eap_eke_prot()
/NextBSD/contrib/wpa/src/tls/
HDtlsv1_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()
290 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) { in tls_write_server_key_exchange()
HDtlsv1_client_write.c56 if (random_get_bytes(conn->client_random + 4, TLS_RANDOM_LEN - 4)) { in tls_send_client_hello()
223 if (random_get_bytes(csecret, csecret_len)) { in tlsv1_key_x_dh()
/NextBSD/contrib/wpa/src/wps/
HDwps_common.c243 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0) { in wps_generate_pin()
681 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN), in wps_nfc_token_gen()
683 random_get_bytes((u8 *) &val, sizeof(val))) { in wps_nfc_token_gen()
HDwps_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()
304 random_get_bytes(psk, sizeof(psk)) < 0) { in wps_build_cred_network_key()
HDwps_attr_build.c373 if (random_get_bytes(iv, block_size) < 0) in wps_build_encr_settings()
/NextBSD/contrib/wpa/src/eap_server/
HDeap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) { in eap_md5_buildReq()
HDikev2.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()
HDeap_server_sake.c153 if (random_get_bytes(data->rand_s, EAP_SAKE_RAND_LEN)) { in eap_sake_build_challenge()
/NextBSD/contrib/wpa/src/common/
HDsae.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()
/NextBSD/contrib/wpa/src/rsn_supp/
HDpeerkey.c249 if (random_get_bytes(peerkey->pnonce, WPA_NONCE_LEN)) { in wpa_supplicant_process_smk_m2()
362 if (random_get_bytes(peerkey->inonce, WPA_NONCE_LEN)) { in wpa_supplicant_send_stk_1_of_4()
684 if (random_get_bytes(peerkey->pnonce, WPA_NONCE_LEN)) { in wpa_supplicant_process_stk_1_of_4()
1066 if (random_get_bytes(peerkey->inonce, WPA_NONCE_LEN)) { in wpa_sm_stkstart()
HDwpa_ft.c352 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_ft_prepare_auth_request()
830 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_ft_start_over_ds()
/NextBSD/contrib/wpa/wpa_supplicant/
HDmesh_rsn.c173 if (random_get_bytes(rsn->mgtk, 16) < 0) { in __mesh_rsn_auth_init()
420 if (random_get_bytes(sta->my_nonce, 32) < 0) { in mesh_rsn_init_ampe_sta()
/NextBSD/contrib/wpa/src/ap/
HDwpa_auth.c252 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) { in wpa_rekey_gmk()
330 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0) in wpa_group_init_gmk_and_counter()
342 if (random_get_bytes(rkey, sizeof(rkey)) < 0) in wpa_group_init_gmk_and_counter()
1375 if (random_get_bytes(pos, 16) < 0) in wpa_gmk_to_gtk()
1880 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in SM_STATE()
2148 if (random_get_bytes(igtk.igtk, len) < 0) in ieee80211w_kde_add()
2221 if (random_get_bytes(dummy_gtk, gtk_len) < 0) in SM_STATE()
2557 if (random_get_bytes(dummy_gtk, gsm->GTK_len) < 0) in SM_STATE()
HDpeerkey_auth.c292 if (random_get_bytes(smk, PMK_LEN)) { in wpa_smk_m3()
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_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()
HDeap_leap.c165 if (random_get_bytes(pos, LEAP_CHALLENGE_LEN)) { in eap_leap_process_success()
HDeap_sim.c89 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) { in eap_sim_init()
1135 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) { in eap_sim_init_for_reauth()
HDeap_sake.c220 if (random_get_bytes(data->rand_p, EAP_SAKE_RAND_LEN)) { in eap_sake_process_challenge()
HDeap_psk.c130 if (random_get_bytes(data->rand_p, EAP_PSK_RAND_LEN)) { in eap_psk_process_1()
/NextBSD/contrib/wpa/hostapd/
HDhlr_auc_gw.c673 if (random_get_bytes(_rand, 16) < 0) in sim_req_auth()
804 if (random_get_bytes(_rand, EAP_AKA_RAND_LEN) < 0) in aka_req_auth()

12