Lines Matching defs:pac_key
128 u8 *buf, *pos, *end, *pac_key = NULL;
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,
676 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
686 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
690 pac_key, EAP_FAST_PAC_KEY_LEN);
703 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
766 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LEN);