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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast_pac.h 23 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
eap_fast_pac.c 164 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
355 if (key == NULL || key_len != EAP_FAST_PAC_KEY_LEN) {
360 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
584 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
809 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
810 pos += EAP_FAST_PAC_KEY_LEN;
878 len += 2 + EAP_FAST_PAC_KEY_LEN + 2 + pac->pac_opaque_len +
897 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
898 pos += EAP_FAST_PAC_KEY_LEN;
eap_fast.c 807 if (len != EAP_FAST_PAC_KEY_LEN) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.h 59 #define EAP_FAST_PAC_KEY_LEN 32
eap_fast_common.c 93 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 197 if (pos[1] != EAP_FAST_PAC_KEY_LEN) {
206 pac_key, EAP_FAST_PAC_KEY_LEN);
685 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
695 if (os_get_random(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
699 pac_key, EAP_FAST_PAC_KEY_LEN);
701 pac_len = (2 + EAP_FAST_PAC_KEY_LEN) + (2 + 4) +
711 *pos++ = EAP_FAST_PAC_KEY_LEN;
712 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
713 pos += EAP_FAST_PAC_KEY_LEN;
751 sizeof(struct pac_tlv_hdr) + EAP_FAST_PAC_KEY_LEN
    [all...]
  /external/wpa_supplicant/
eap_fast.c 34 #define EAP_FAST_PAC_KEY_LEN 32
76 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
181 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
394 if (key == NULL || key_len != EAP_FAST_PAC_KEY_LEN) {
402 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
556 EAP_FAST_PAC_KEY_LEN, 0);
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...]

Completed in 231 milliseconds