HomeSort by relevance Sort by last modified time
    Searched refs:pac_key (Results 1 - 7 of 7) 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
eap_fast_pac.c 158 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
356 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
587 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
816 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
908 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
eap_fast.c 106 eap_fast_derive_master_secret(data->current_pac->pac_key,
843 os_memcpy(entry->pac_key, pos, len);
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.h 98 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
eap_fast_common.c 68 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 128 u8 *buf, *pos, *end, *pac_key = NULL; local
202 pac_key = pos;
205 pac_key, EAP_FAST_PAC_KEY_LEN);
227 if (pac_key == NULL) {
263 eap_fast_derive_master_secret(pac_key, server_random, client_random,
686 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
696 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
700 pac_key, EAP_FAST_PAC_KEY_LEN);
713 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
776 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LEN)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 839 const u8 pac_key[] = { local
947 if (sha1_t_prf(pac_key, sizeof(pac_key),
    [all...]

Completed in 748 milliseconds