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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 52 const u8 *kck, size_t kck_len,
57 const u8 *kck, size_t kck_len, const u8 *aa,
pmksa_cache_auth.c 264 * @kck: Key confirmation key or %NULL if not yet derived
265 * @kck_len: KCK length in bytes
281 const u8 *kck, size_t kck_len,
287 entry = pmksa_cache_auth_create_entry(pmk, pmk_len, pmkid, kck, kck_len,
303 * @kck: Key confirmation key or %NULL if not yet derived
304 * @kck_len: KCK length in bytes
316 const u8 *kck, size_t kck_len, const u8 *aa,
326 if (wpa_key_mgmt_suite_b(akmp) && !kck)
337 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid);
339 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid)
    [all...]
wpa_auth_ft.c 757 wpa_ft_mic(sm->PTK.kck, sm->PTK.kck_len, sm->addr,
    [all...]
wpa_auth.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 61 const u8 *pmkid, const u8 *kck, size_t kck_len,
125 const u8 *pmkid, const u8 *kck, size_t kck_len,
pmksa_cache.c 114 * @kck: Key confirmation key or %NULL if not yet derived
115 * @kck_len: KCK length in bytes
129 const u8 *pmkid, const u8 *kck, size_t kck_len,
138 if (wpa_key_mgmt_suite_b(akmp) && !kck)
149 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid);
151 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid);
wpa_ft.c 131 * @kck: 128-bit KCK for MIC or %NULL if no MIC is used
132 * @kck_len: KCK length in octets
143 const u8 *kck, size_t kck_len,
262 if (kck) {
282 if (kck) {
297 if (wpa_ft_mic(kck, kck_len, sm->own_addr, target_ap, 5,
484 sm->ptk.kck, sm->ptk.kck_len, bssid,
773 if (wpa_ft_mic(sm->ptk.kck, sm->ptk.kck_len, sm->own_addr, src_addr, 6,
tdls.c 111 u8 kck[16]; /* TPK-KCK */ member in struct:wpa_tdls_peer::tpk
454 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-KCK",
455 peer->tpk.kck, sizeof(peer->tpk.kck));
464 * @kck: TPK-KCK
473 static int wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid,
515 wpa_hexdump_key(MSG_DEBUG, "TDLS: KCK", kck, 16)
    [all...]
wpa.h 79 const u8 *kck, size_t kck_len,
wpa_i.h 283 sm->ptk.kck, sm->ptk.kck_len,
peerkey.c 938 wpa_eapol_key_mic(peerkey->tstk.kck, peerkey->tstk.kck_len,
955 wpa_eapol_key_mic(peerkey->stk.kck, peerkey->stk.kck_len,
    [all...]
wpa.c 76 wpa_eapol_key_mic(ptk->kck, ptk->kck_len, sm->key_mgmt, ver,
84 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK",
85 ptk->kck, ptk->kck_len);
    [all...]
  /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/common/
sae.h 25 u8 kck[SAE_KCK_LEN]; member in struct:sae_temporary_data
wpa_common.h 208 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */ member in struct:wpa_ptk
367 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
408 int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
411 static inline int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
418 int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa,
421 static inline int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len,
wpa_common.c 73 * @key: EAPOL-Key Key Confirmation Key (KCK)
74 * @key_len: KCK length in octets
218 os_memcpy(ptk->kck, tmp, ptk->kck_len);
219 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK", ptk->kck, ptk->kck_len);
454 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
467 wpa_printf(MSG_WARNING, "FT: Unsupported KCK length %u",
522 if (omac1_aes_128_vector(kck, num_elem, addr, len, mic))
    [all...]
sae.c 799 * KCK || PMK = KDF-512(keyseed, "SAE KCK and PMK",
814 if (sha256_prf(keyseed, sizeof(keyseed), "SAE KCK and PMK",
818 os_memcpy(sae->tmp->kck, keys, SAE_KCK_LEN);
822 wpa_hexdump_key(MSG_DEBUG, "SAE: KCK", sae->tmp->kck, SAE_KCK_LEN);
1164 * confirm = CN(KCK, send-confirm, commit-scalar, COMMIT-ELEMENT,
1166 * verifier = CN(KCK, peer-send-confirm, peer-commit-scalar,
1183 hmac_sha256_vector(sae->tmp->kck, sizeof(sae->tmp->kck), 5, addr, len
    [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa_ccmp.c 471 * @v kck Key Confirmation Key, 16 bytes
476 static void ccmp_kie_mic ( const void *kck, const void *msg, size_t len,
484 memcpy ( kckb, kck, kck_len );
wpa_tkip.c 538 * @v kck Key Confirmation Key, 16 bytes
543 static void tkip_kie_mic ( const void *kck, const void *msg, size_t len,
550 memcpy ( kckb, kck, kck_len );
wpa.c 491 kie->mic ( &ctx->ptk.kck, eapol, EAPOL_HDR_LEN +
900 kie->mic ( &ctx->ptk.kck, ( void * ) pkt - EAPOL_HDR_LEN,
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 575 const u8 *kck, size_t kck_len,
581 kck, kck_len, replay_ctr);
wpas_glue.c 1096 const u8 *kck, size_t kck_len,
1101 wpa_drv_set_rekey_info(wpa_s, kek, kek_len, kck, kck_len, replay_ctr);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_nl80211.c     [all...]

Completed in 444 milliseconds