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

  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h 17 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 128 u8 *buf, *pos, *end, *pac_key = NULL; local
198 pac_key = pos + 2;
201 pac_key, EAP_FAST_PAC_KEY_LEN);
223 if (pac_key == NULL) {
259 eap_fast_derive_master_secret(pac_key, server_random, client_random,
681 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
691 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
695 pac_key, EAP_FAST_PAC_KEY_LEN);
708 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
771 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LEN)
    [all...]

Completed in 875 milliseconds