/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/crypto/ |
crypto_module_tests.c | 839 const u8 pac_key[] = { local 947 if (sha1_t_prf(pac_key, sizeof(pac_key), [all...] |
/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, 685 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local 695 if (random_get_bytes(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...] |