Home
last modified time | relevance | path

Searched refs:wpa_hexdump_key (Results 1 - 25 of 193) sorted by relevance

12345678

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c52 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: MK", mk, EAP_SIM_MK_LEN); in eap_sim_derive_mk()
71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk()
72 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: CK", ck, EAP_AKA_CK_LEN); in eap_aka_derive_mk()
73 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: MK", mk, EAP_SIM_MK_LEN); in eap_aka_derive_mk()
94 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: K_encr", in eap_sim_derive_keys()
96 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: K_aut", in eap_sim_derive_keys()
98 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: keying material (MSK)", in eap_sim_derive_keys()
100 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: EMSK", emsk, EAP_EMSK_LEN); in eap_sim_derive_keys()
140 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: MK", mk, EAP_SIM_MK_LEN); in eap_sim_derive_keys_reauth()
193 wpa_hexdump_key(MSG_MSGDUM in eap_sim_verify_mac()
[all...]
H A Deap_pax_common.c143 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: AK", ak, EAP_PAX_AK_LEN); in eap_pax_initial_key_derivation()
144 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MK", mk, EAP_PAX_MK_LEN); in eap_pax_initial_key_derivation()
145 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: CK", ck, EAP_PAX_CK_LEN); in eap_pax_initial_key_derivation()
146 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: ICK", ick, EAP_PAX_ICK_LEN); in eap_pax_initial_key_derivation()
147 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MID", mid, EAP_PAX_MID_LEN); in eap_pax_initial_key_derivation()
H A Deap_sake_common.c275 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-A", in eap_sake_derive_keys()
282 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-A", sms_a, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys()
287 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Auth", in eap_sake_derive_keys()
289 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Cipher", in eap_sake_derive_keys()
292 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-B", in eap_sake_derive_keys()
299 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-B", sms_b, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys()
306 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: MSK", msk, EAP_MSK_LEN); in eap_sake_derive_keys()
307 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: EMSK", emsk, EAP_EMSK_LEN); in eap_sake_derive_keys()
H A Deap_teap_common.c91 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: Derived key (MSK)", in eap_teap_derive_eap_msk()
109 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: Derived key (EMSK)", in eap_teap_derive_eap_emsk()
132 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: CMK[no-inner-EAP]", in eap_teap_derive_cmk_basic_pw_auth()
164 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: MSK[j]", msk, msk_len); in eap_teap_derive_imck()
165 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK[j]", emsk, emsk_len); in eap_teap_derive_imck()
177 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: IMSK from EMSK", in eap_teap_derive_imck()
188 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK S-IMCK[j]", in eap_teap_derive_imck()
192 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK CMK[j]", in eap_teap_derive_imck()
204 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: IMSK from MSK", imsk, 32); in eap_teap_derive_imck()
207 wpa_hexdump_key(MSG_DEBU in eap_teap_derive_imck()
[all...]
H A Deap_eke_common.c174 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: DH private value", in eap_eke_dh_init()
318 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)", in eap_eke_derive_key()
335 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)", in eap_eke_derive_key()
396 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Decrypted peer DH pubkey", in eap_eke_shared_secret()
415 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: SharedSecret", in eap_eke_shared_secret()
467 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ke", sess->ke, ke_len); in eap_eke_derive_ke_ki()
469 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len); in eap_eke_derive_ke_ki()
515 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ka", sess->ka, sess->prf_len); in eap_eke_derive_ka()
565 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: MSK", msk, EAP_MSK_LEN); in eap_eke_derive_msk()
566 wpa_hexdump_key(MSG_DEBU in eap_eke_derive_msk()
[all...]
H A Deap_gpsk_common.c154 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: Data to MK derivation", in eap_gpsk_derive_keys_helper()
162 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: MK", mk, mk_len); in eap_gpsk_derive_keys_helper()
168 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: MSK", pos, EAP_MSK_LEN); in eap_gpsk_derive_keys_helper()
172 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: EMSK", pos, EAP_EMSK_LEN); in eap_gpsk_derive_keys_helper()
176 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: SK", pos, sk_len); in eap_gpsk_derive_keys_helper()
181 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PK", pos, pk_len); in eap_gpsk_derive_keys_helper()
296 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PSK", psk, psk_len); in eap_gpsk_derive_keys()
434 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PSK", psk, psk_len); in eap_gpsk_derive_session_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c56 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: MK", mk, EAP_SIM_MK_LEN); in eap_sim_derive_mk()
75 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk()
76 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: CK", ck, EAP_AKA_CK_LEN); in eap_aka_derive_mk()
77 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: MK", mk, EAP_SIM_MK_LEN); in eap_aka_derive_mk()
98 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: K_encr", in eap_sim_derive_keys()
100 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: K_aut", in eap_sim_derive_keys()
102 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: keying material (MSK)", in eap_sim_derive_keys()
104 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: EMSK", emsk, EAP_EMSK_LEN); in eap_sim_derive_keys()
144 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: MK", mk, EAP_SIM_MK_LEN); in eap_sim_derive_keys_reauth()
197 wpa_hexdump_key(MSG_MSGDUM in eap_sim_verify_mac()
[all...]
H A Deap_pax_common.c143 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: AK", ak, EAP_PAX_AK_LEN); in eap_pax_initial_key_derivation()
144 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MK", mk, EAP_PAX_MK_LEN); in eap_pax_initial_key_derivation()
145 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: CK", ck, EAP_PAX_CK_LEN); in eap_pax_initial_key_derivation()
146 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: ICK", ick, EAP_PAX_ICK_LEN); in eap_pax_initial_key_derivation()
147 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MID", mid, EAP_PAX_MID_LEN); in eap_pax_initial_key_derivation()
H A Deap_sake_common.c275 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-A", in eap_sake_derive_keys()
282 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-A", sms_a, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys()
287 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Auth", in eap_sake_derive_keys()
289 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Cipher", in eap_sake_derive_keys()
292 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-B", in eap_sake_derive_keys()
299 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-B", sms_b, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys()
306 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: MSK", msk, EAP_MSK_LEN); in eap_sake_derive_keys()
307 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: EMSK", emsk, EAP_EMSK_LEN); in eap_sake_derive_keys()
H A Deap_teap_common.c97 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: Derived key (MSK)", in eap_teap_derive_eap_msk()
115 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: Derived key (EMSK)", in eap_teap_derive_eap_emsk()
138 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: CMK[no-inner-EAP]", in eap_teap_derive_cmk_basic_pw_auth()
171 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: MSK[j]", msk, msk_len); in eap_teap_derive_imck()
172 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK[j]", emsk, emsk_len); in eap_teap_derive_imck()
185 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: IMSK from EMSK", in eap_teap_derive_imck()
197 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK S-IMCK[j]", in eap_teap_derive_imck()
201 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: EMSK CMK[j]", in eap_teap_derive_imck()
213 wpa_hexdump_key(MSG_DEBUG, "EAP-TEAP: IMSK from MSK", imsk, 32); in eap_teap_derive_imck()
216 wpa_hexdump_key(MSG_DEBU in eap_teap_derive_imck()
[all...]
H A Deap_eke_common.c174 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: DH private value", in eap_eke_dh_init()
318 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)", in eap_eke_derive_key()
335 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)", in eap_eke_derive_key()
396 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Decrypted peer DH pubkey", in eap_eke_shared_secret()
415 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: SharedSecret", in eap_eke_shared_secret()
467 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ke", sess->ke, ke_len); in eap_eke_derive_ke_ki()
469 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len); in eap_eke_derive_ke_ki()
515 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ka", sess->ka, sess->prf_len); in eap_eke_derive_ka()
565 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: MSK", msk, EAP_MSK_LEN); in eap_eke_derive_msk()
566 wpa_hexdump_key(MSG_DEBU in eap_eke_derive_msk()
[all...]
H A Deap_gpsk_common.c154 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: Data to MK derivation", in eap_gpsk_derive_keys_helper()
162 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: MK", mk, mk_len); in eap_gpsk_derive_keys_helper()
168 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: MSK", pos, EAP_MSK_LEN); in eap_gpsk_derive_keys_helper()
172 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: EMSK", pos, EAP_EMSK_LEN); in eap_gpsk_derive_keys_helper()
176 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: SK", pos, sk_len); in eap_gpsk_derive_keys_helper()
181 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PK", pos, pk_len); in eap_gpsk_derive_keys_helper()
296 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PSK", psk, psk_len); in eap_gpsk_derive_keys()
434 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: PSK", psk, psk_len); in eap_gpsk_derive_session_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Drandom.c88 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool()
149 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
153 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
177 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes()
186 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes()
206 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes()
215 wpa_hexdump_key(MSG_EXCESSIVE, "mixed random", buf, len); in random_get_bytes()
H A Daes-ccm.c43 wpa_hexdump_key(MSG_EXCESSIVE, "CCM B_0", b, AES_BLOCK_SIZE); in aes_ccm_auth_start()
122 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", x, M); in aes_ccm_encr_auth()
128 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_encr_auth()
137 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_decr_auth()
143 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", t, M); in aes_ccm_decr_auth()
H A Dmilenage.c285 wpa_hexdump_key(MSG_DEBUG, "Milenage: RES", res, *res_len); in milenage_check()
286 wpa_hexdump_key(MSG_DEBUG, "Milenage: CK", ck, 16); in milenage_check()
287 wpa_hexdump_key(MSG_DEBUG, "Milenage: IK", ik, 16); in milenage_check()
288 wpa_hexdump_key(MSG_DEBUG, "Milenage: AK", ak, 6); in milenage_check()
299 wpa_hexdump_key(MSG_DEBUG, "Milenage: AK*", ak, 6); in milenage_check()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drandom.c88 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool()
149 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
153 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
177 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes()
186 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes()
206 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes()
215 wpa_hexdump_key(MSG_EXCESSIVE, "mixed random", buf, len); in random_get_bytes()
H A Daes-ccm.c43 wpa_hexdump_key(MSG_EXCESSIVE, "CCM B_0", b, AES_BLOCK_SIZE); in aes_ccm_auth_start()
122 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", x, M); in aes_ccm_encr_auth()
128 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_encr_auth()
137 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_decr_auth()
143 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", t, M); in aes_ccm_decr_auth()
H A Dmilenage.c285 wpa_hexdump_key(MSG_DEBUG, "Milenage: RES", res, *res_len); in milenage_check()
286 wpa_hexdump_key(MSG_DEBUG, "Milenage: CK", ck, 16); in milenage_check()
287 wpa_hexdump_key(MSG_DEBUG, "Milenage: IK", ik, 16); in milenage_check()
288 wpa_hexdump_key(MSG_DEBUG, "Milenage: AK", ak, 6); in milenage_check()
299 wpa_hexdump_key(MSG_DEBUG, "Milenage: AK*", ak, 6); in milenage_check()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_backup.c285 wpa_hexdump_key(MSG_DEBUG, "DPP: PBKDF2 key", key, key_len); in dpp_build_pw_recipient_info()
292 wpa_hexdump_key(MSG_DEBUG, "DPP: key-encryption key from PBKDF2", in dpp_build_pw_recipient_info()
868 wpa_hexdump_key(MSG_MSGDUMP, "DPP: OneAsymmetricKey", buf, len); in dpp_parse_one_asymmetric_key()
938 wpa_hexdump_key(MSG_MSGDUMP, "DPP: PrivateKey", in dpp_parse_one_asymmetric_key()
957 wpa_hexdump_key(MSG_MSGDUMP, "DPP: Attributes", in dpp_parse_one_asymmetric_key()
960 wpa_hexdump_key(MSG_MSGDUMP, in dpp_parse_one_asymmetric_key()
973 wpa_hexdump_key(MSG_MSGDUMP, in dpp_parse_one_asymmetric_key()
999 wpa_hexdump_key(MSG_MSGDUMP, in dpp_parse_one_asymmetric_key()
1029 wpa_hexdump_key(MSG_MSGDUMP, "DPP: DPPConfigurationParameters", in dpp_parse_one_asymmetric_key()
1034 wpa_hexdump_key(MSG_MSGDUM in dpp_parse_one_asymmetric_key()
[all...]
H A Dwpa_common.c554 wpa_hexdump_key(MSG_DEBUG, "WPA: Z.x", z, z_len); in wpa_pmk_to_ptk()
555 wpa_hexdump_key(MSG_DEBUG, "WPA: PMK", pmk, pmk_len); in wpa_pmk_to_ptk()
556 wpa_hexdump_key(MSG_DEBUG, "WPA: PTK", tmp, ptk_len); in wpa_pmk_to_ptk()
559 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK", ptk->kck, ptk->kck_len); in wpa_pmk_to_ptk()
562 wpa_hexdump_key(MSG_DEBUG, "WPA: KEK", ptk->kek, ptk->kek_len); in wpa_pmk_to_ptk()
565 wpa_hexdump_key(MSG_DEBUG, "WPA: TK", ptk->tk, ptk->tk_len); in wpa_pmk_to_ptk()
570 wpa_hexdump_key(MSG_DEBUG, "WPA: KDK", ptk->kdk, ptk->kdk_len); in wpa_pmk_to_ptk()
603 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len); in fils_rmsk_to_pmk()
625 wpa_hexdump_key(MSG_DEBUG, "FILS: PMK", pmk, *pmk_len); in fils_rmsk_to_pmk()
754 wpa_hexdump_key(MSG_DEBU in fils_pmk_to_ptk()
[all...]
H A Dsae.c157 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc()
166 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", in sae_test_pwd_seed_ecc()
206 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc()
213 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", pwd_value, in sae_test_pwd_seed_ffc()
426 wpa_hexdump_key(MSG_DEBUG, "SAE: PWE", x_y, 2 * prime_len); in sae_derive_pwe_ecc()
619 wpa_hexdump_key(MSG_DEBUG, title, bin, prime_len); in debug_print_bignum()
769 wpa_hexdump_key(MSG_DEBUG, "SSWU: x = CSEL(l, x1, x2)", x_y, prime_len); in sswu()
794 wpa_hexdump_key(MSG_DEBUG, "SSWU: P.x", x_y, prime_len); in sswu()
795 wpa_hexdump_key(MSG_DEBUG, "SSWU: P.y", &x_y[prime_len], prime_len); in sswu()
849 wpa_hexdump_key(MSG_DEBU in sae_pwd_seed()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c454 wpa_hexdump_key(MSG_DEBUG, "WPA: Z.x", z, z_len); in wpa_pmk_to_ptk()
455 wpa_hexdump_key(MSG_DEBUG, "WPA: PMK", pmk, pmk_len); in wpa_pmk_to_ptk()
456 wpa_hexdump_key(MSG_DEBUG, "WPA: PTK", tmp, ptk_len); in wpa_pmk_to_ptk()
459 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK", ptk->kck, ptk->kck_len); in wpa_pmk_to_ptk()
462 wpa_hexdump_key(MSG_DEBUG, "WPA: KEK", ptk->kek, ptk->kek_len); in wpa_pmk_to_ptk()
465 wpa_hexdump_key(MSG_DEBUG, "WPA: TK", ptk->tk, ptk->tk_len); in wpa_pmk_to_ptk()
497 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len); in fils_rmsk_to_pmk()
519 wpa_hexdump_key(MSG_DEBUG, "FILS: PMK", pmk, *pmk_len); in fils_rmsk_to_pmk()
631 wpa_hexdump_key(MSG_DEBUG, "FILS: DHss", dhss, dhss_len); in fils_pmk_to_ptk()
632 wpa_hexdump_key(MSG_DEBU in fils_pmk_to_ptk()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs1.c160 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key()
169 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key()
179 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key()
186 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in pkcs1_decrypt_public_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.h34 #define wpa_hexdump_key(l,t,b,le) do { } while (0) macro
99 * wpa_hexdump_key - conditional hex dump, hide keys
111 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
116 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.h32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) macro
97 * wpa_hexdump_key - conditional hex dump, hide keys
109 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
114 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()

Completed in 21 milliseconds

12345678