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

12

  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 62 if (random_get_bytes(data->rand_s, EAP_PSK_RAND_LEN)) {
eap_server_fast.c 640 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) {
690 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 416 random_get_bytes(data->binding_nonce, 32)) {
    [all...]
eap_sim_db.c 951 if (random_get_bytes(buf, sizeof(buf)))
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 41 if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
109 if (random_get_bytes(wps->nonce_e, WPS_NONCE_LEN) < 0)
    [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 324 if (random_get_bytes(f.nonce, sizeof(f.nonce))) {
871 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
    [all...]
ieee802_11.c 419 if (random_get_bytes(hapd->sae_token_key,
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 128 if (random_get_bytes(val, order_len) < 0)
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 1119 if (random_get_bytes(wpabuf_mhead_u8(msg->buf) + msg->iv,
ikev2_common.c 637 if (random_get_bytes(iv, iv_len)) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 422 if (random_get_bytes(data->nonce_p, data->sess.nonce_len)) {
eap_gpsk.c 324 if (random_get_bytes(data->rand_peer, EAP_GPSK_RAND_LEN)) {
ikev2.c 1131 if (random_get_bytes(data->r_nonce, data->r_nonce_len))
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 418 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
dh_groups.c     [all...]

Completed in 1068 milliseconds

12