HomeSort by relevance Sort by last modified time
    Searched refs:EAP_FAST_PAC_KEY_LEN (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h 17 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
eap_fast_pac.c 158 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
351 if (key == NULL || key_len != 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);
805 if (end - pos < 2 + EAP_FAST_PAC_KEY_LEN + 2 + 2) {
816 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
817 pos += EAP_FAST_PAC_KEY_LEN;
889 len += 2 + EAP_FAST_PAC_KEY_LEN + 2 + pac->pac_opaque_len +
908 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
909 pos += EAP_FAST_PAC_KEY_LEN;
    [all...]
eap_fast.c 836 if (len != EAP_FAST_PAC_KEY_LEN) {
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.h 53 #define EAP_FAST_PAC_KEY_LEN 32
eap_fast_common.c 87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 195 if (elen != EAP_FAST_PAC_KEY_LEN) {
205 pac_key, EAP_FAST_PAC_KEY_LEN);
687 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
697 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
701 pac_key, EAP_FAST_PAC_KEY_LEN);
703 pac_len = (2 + EAP_FAST_PAC_KEY_LEN) + (2 + 4) +
713 *pos++ = EAP_FAST_PAC_KEY_LEN;
714 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
715 pos += EAP_FAST_PAC_KEY_LEN;
753 sizeof(struct pac_tlv_hdr) + EAP_FAST_PAC_KEY_LEN
    [all...]

Completed in 215 milliseconds