Lines Matching defs:pac_key
148 u8 *buf, *pos, *end, *pac_key = NULL;
220 pac_key = pos;
223 pac_key, EAP_TEAP_PAC_KEY_LEN);
245 if (!pac_key) {
284 os_memcpy(master_secret, pac_key, EAP_TEAP_PAC_KEY_LEN);
720 u8 pac_key[EAP_TEAP_PAC_KEY_LEN];
732 if (random_get_bytes(pac_key, EAP_TEAP_PAC_KEY_LEN) < 0 ||
736 pac_key, EAP_TEAP_PAC_KEY_LEN);
749 os_memcpy(pos, pac_key, EAP_TEAP_PAC_KEY_LEN);
814 eap_teap_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_TEAP_PAC_KEY_LEN);