HomeSort by relevance Sort by last modified time
    Searched refs:binding_nonce (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 65 u8 binding_nonce[32]; member in struct:eap_peap_data
335 wpabuf_put_data(buf, data->binding_nonce, 32); /* Nonce */
427 os_memcpy(data->binding_nonce, pos, 32);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 50 u8 binding_nonce[32]; member in struct:eap_peap_data
430 random_get_bytes(data->binding_nonce, 32)) {
449 wpabuf_put_data(buf, data->binding_nonce, 32); /* Nonce */
    [all...]

Completed in 494 milliseconds