/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_fast_pac.h | 23 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast_pac.h | 23 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
|
/external/wpa_supplicant/tests/ |
test_sha1.c | 26 const u8 pac_key[] = { local 121 sha1_t_prf(pac_key, sizeof(pac_key), "PAC to master secret label hash",
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_sha1.c | 26 const u8 pac_key[] = { local 132 sha1_t_prf(pac_key, sizeof(pac_key), "PAC to master secret label hash",
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_fast.c | 133 u8 *buf, *pos, *end, *pac_key = NULL; local 203 pac_key = pos + 2; 206 pac_key, EAP_FAST_PAC_KEY_LEN); 227 if (pac_key == NULL) { 263 eap_fast_derive_master_secret(pac_key, server_random, client_random, 685 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local 695 if (os_get_random(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 || 699 pac_key, EAP_FAST_PAC_KEY_LEN); 712 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN); 775 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LEN) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 134 u8 *buf, *pos, *end, *pac_key = NULL; local 204 pac_key = pos + 2; 207 pac_key, EAP_FAST_PAC_KEY_LEN); 228 if (pac_key == NULL) { 264 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/ |
eap_fast.c | 76 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac 181 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN); 402 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN); 555 eap_fast_write(&buf, &pos, &buf_len, "PAC-Key", pac->pac_key, 904 data->current_pac->pac_key, EAP_FAST_PAC_KEY_LEN); 907 sha1_t_prf(data->current_pac->pac_key, EAP_FAST_PAC_KEY_LEN, [all...] |