HomeSort by relevance Sort by last modified time
    Searched defs:kck (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.h 25 u8 kck[SAE_KCK_LEN]; member in struct:sae_temporary_data
wpa_common.h 210 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */ member in struct:wpa_ptk
355 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
396 int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
399 static inline int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
406 int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa,
409 static inline int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len,
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 256 /** EAPOL-Key Key Confirmation Key (KCK) */
257 u8 kck[WPA_KCK_LEN]; member in struct:wpa_ptk
379 * @v kck Key Confirmation Key, 16 bytes
387 void ( * mic ) ( const void *kck, const void *msg, size_t len,
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 111 u8 kck[16]; /* TPK-KCK */ member in struct:wpa_tdls_peer::tpk
451 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-KCK",
452 peer->tpk.kck, sizeof(peer->tpk.kck));
461 * @kck: TPK-KCK
470 static int wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid,
512 wpa_hexdump_key(MSG_DEBUG, "TDLS: KCK", kck, 16)
    [all...]

Completed in 118 milliseconds