HomeSort by relevance Sort by last modified time
    Searched refs:random_get_bytes (Results 26 - 45 of 45) sorted by null

12

  /external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c 81 if (random_get_bytes(data->rand.r.x, EAP_PAX_RAND_LEN)) {
eap_server_psk.c 62 if (random_get_bytes(data->rand_s, EAP_PSK_RAND_LEN)) {
eap_server_sake.c 153 if (random_get_bytes(data->rand_s, EAP_SAKE_RAND_LEN)) {
eap_server_fast.c 646 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) {
696 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
    [all...]
eap_server_eke.c 320 if (random_get_bytes(data->nonce_s, data->sess.nonce_len)) {
eap_server_sim.c 255 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
eap_server_aka.c 548 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
    [all...]
eap_server_peap.c 430 random_get_bytes(data->binding_nonce, 32)) {
    [all...]
eap_sim_db.c 1018 if (random_get_bytes(buf, sizeof(buf)))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 90 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
1142 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
    [all...]
eap_eke.c 466 if (random_get_bytes(data->nonce_p, data->sess.nonce_len)) {
eap_gpsk.c 348 if (random_get_bytes(data->rand_peer, EAP_GPSK_RAND_LEN)) {
ikev2.c 1080 if (random_get_bytes(data->r_nonce, data->r_nonce_len))
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 161 if (random_get_bytes(key->key_iv, sizeof(key->key_iv))) {
243 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
    [all...]
wpa_auth_ft.c 347 if (random_get_bytes(f.nonce, FT_R0KH_R1KH_PULL_NONCE_LEN)) {
999 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
    [all...]
ieee802_11.c 481 if (random_get_bytes(hapd->sae_token_key,
1195 if (random_get_bytes(fils_nonce, FILS_NONCE_LEN) < 0) {
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 1118 if (random_get_bytes(wpabuf_mhead_u8(msg->buf) + msg->iv,
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 562 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
dh_groups.c     [all...]

Completed in 4845 milliseconds

12