/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_sim_common.c | 52 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_MSGDUMP, "EAP-SIM: Verify MAC - K_aut", in eap_sim_verify_mac() [all …]
|
H A D | eap_teap_common.c | 97 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_DEBUG, "EAP-TEAP: Zero IMSK", imsk, 32); in eap_teap_derive_imck() [all …]
|
H A D | eap_pax_common.c | 143 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 D | eap_sake_common.c | 282 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-A", in eap_sake_derive_keys() 289 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-A", sms_a, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys() 294 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Auth", in eap_sake_derive_keys() 296 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: TEK-Cipher", in eap_sake_derive_keys() 299 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: Root-Secret-B", in eap_sake_derive_keys() 306 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: SMS-B", sms_b, EAP_SAKE_SMS_LEN); in eap_sake_derive_keys() 313 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: MSK", msk, EAP_MSK_LEN); in eap_sake_derive_keys() 314 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: EMSK", emsk, EAP_EMSK_LEN); in eap_sake_derive_keys()
|
H A D | eap_eke_common.c | 174 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_DEBUG, "EAP-EKE: EMSK", msk, EAP_EMSK_LEN); in eap_eke_derive_msk() [all …]
|
H A D | eap_gpsk_common.c | 154 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()
|
H A D | eap_fast_common.c | 91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", in eap_fast_derive_master_secret() 124 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (MSK)", in eap_fast_derive_eap_msk() 142 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (EMSK)", in eap_fast_derive_eap_emsk()
|
H A D | ikev2_common.c | 665 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_d", in ikev2_derive_sk_keys() 673 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_ai", in ikev2_derive_sk_keys() 681 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_ar", in ikev2_derive_sk_keys() 689 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_ei", in ikev2_derive_sk_keys() 697 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_er", in ikev2_derive_sk_keys() 705 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_pi", in ikev2_derive_sk_keys() 713 wpa_hexdump_key(MSG_DEBUG, "IKEV2: SK_pr", in ikev2_derive_sk_keys()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | random.c | 87 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool() 148 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 152 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 170 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes() 179 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes() 199 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes() 208 wpa_hexdump_key(MSG_EXCESSIVE, "mixed random", buf, len); in random_get_bytes()
|
H A D | aes-ccm.c | 43 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 D | milenage.c | 285 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()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.c | 563 wpa_hexdump_key(MSG_DEBUG, "WPA: Z.x", z, z_len); in wpa_pmk_to_ptk() 564 wpa_hexdump_key(MSG_DEBUG, "WPA: PMK", pmk, pmk_len); in wpa_pmk_to_ptk() 565 wpa_hexdump_key(MSG_DEBUG, "WPA: PTK", tmp, ptk_len); in wpa_pmk_to_ptk() 568 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK", ptk->kck, ptk->kck_len); in wpa_pmk_to_ptk() 571 wpa_hexdump_key(MSG_DEBUG, "WPA: KEK", ptk->kek, ptk->kek_len); in wpa_pmk_to_ptk() 574 wpa_hexdump_key(MSG_DEBUG, "WPA: TK", ptk->tk, ptk->tk_len); in wpa_pmk_to_ptk() 579 wpa_hexdump_key(MSG_DEBUG, "WPA: KDK", ptk->kdk, ptk->kdk_len); in wpa_pmk_to_ptk() 612 wpa_hexdump_key(MSG_DEBUG, "FILS: rMSK", rmsk, rmsk_len); in fils_rmsk_to_pmk() 634 wpa_hexdump_key(MSG_DEBUG, "FILS: PMK", pmk, *pmk_len); in fils_rmsk_to_pmk() 763 wpa_hexdump_key(MSG_DEBUG, "FILS: DHss", dhss, dhss_len); in fils_pmk_to_ptk() [all …]
|
H A D | dpp_backup.c | 285 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_MSGDUMP, in dpp_parse_one_asymmetric_key() [all …]
|
H A D | dpp_crypto.c | 401 wpa_hexdump_key(MSG_DEBUG, "DPP: PRK = HKDF-Extract(<>, IKM=M.x)", in dpp_derive_k1() 410 wpa_hexdump_key(MSG_DEBUG, "DPP: k1 = HKDF-Expand(PRK, info, L)", in dpp_derive_k1() 429 wpa_hexdump_key(MSG_DEBUG, "DPP: PRK = HKDF-Extract(<>, IKM=N.x)", in dpp_derive_k2() 438 wpa_hexdump_key(MSG_DEBUG, "DPP: k2 = HKDF-Expand(PRK, info, L)", in dpp_derive_k2() 484 wpa_hexdump_key(MSG_DEBUG, in dpp_derive_bk_ke() 494 wpa_hexdump_key(MSG_DEBUG, in dpp_derive_bk_ke() 1085 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_responder() 1127 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len); in dpp_auth_derive_l_initiator() 1154 wpa_hexdump_key(MSG_DEBUG, "DPP: PRK = HKDF-Extract(<>, IKM=N.x)", in dpp_derive_pmk() 1163 wpa_hexdump_key(MSG_DEBUG, "DPP: PMK = HKDF-Expand(PRK, info, L)", in dpp_derive_pmk() [all …]
|
H A D | sae.c | 157 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_DEBUG, "SAE: pwd-seed", pwd_seed, hash_len); in sae_pwd_seed() [all …]
|
/freebsd/contrib/wpa/src/tls/ |
H A D | pkcs1.c | 160 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()
|
H A D | pkcs5.c | 379 wpa_hexdump_key(MSG_DEBUG, "PKCS #5: DES EDE3 key", key, sizeof(key)); in pkcs5_crypto_init_pbes2() 522 wpa_hexdump_key(MSG_DEBUG, "PKCS #12: DES key", key, sizeof(key)); in pkcs12_crypto_init_sha1() 523 wpa_hexdump_key(MSG_DEBUG, "PKCS #12: DES IV", iv, sizeof(iv)); in pkcs12_crypto_init_sha1() 559 wpa_hexdump_key(MSG_DEBUG, "PKCS #5: DES key", hash, 8); in pkcs5_crypto_init() 560 wpa_hexdump_key(MSG_DEBUG, "PKCS #5: DES IV", hash + 8, 8); in pkcs5_crypto_init() 623 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #5: message M (encrypted key)", in pkcs5_decrypt()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | wpa_debug.h | 32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) macro 110 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len); 115 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 119 wpa_hexdump_key(MSG_DEBUG, "AUTH: set_key - key", key, key_len); in auth_set_key() 213 wpa_hexdump_key(MSG_DEBUG, "mesh: Own TX IGTK", in __mesh_rsn_auth_init() 224 wpa_hexdump_key(MSG_DEBUG, "mesh: Own TX MGTK", in __mesh_rsn_auth_init() 623 wpa_hexdump_key(MSG_DEBUG, "mesh: Plaintext AMPE element", in mesh_rsn_protect_frame() 715 wpa_hexdump_key(MSG_DEBUG, "mesh: Decrypted AMPE element", in mesh_rsn_process_ampe() 759 wpa_hexdump_key(MSG_DEBUG, in mesh_rsn_process_ampe() 779 wpa_hexdump_key(MSG_DEBUG, "mesh: GTKdata - MGTK", in mesh_rsn_process_ampe() 807 wpa_hexdump_key(MSG_DEBUG, "mesh: IGTKdata - IGTK", in mesh_rsn_process_ampe()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_peap.c | 254 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 data", in eap_peap_build_phase2_req() 296 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 SOH data", in eap_peap_build_phase2_soh() 355 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60); in eap_peap_derive_cmk() 360 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK from TK", in eap_peap_derive_cmk() 363 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK from TK", in eap_peap_derive_cmk() 370 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: ISK", isk, sizeof(isk)); in eap_peap_derive_cmk() 379 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40); in eap_peap_derive_cmk() 388 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IMCK (IPMKj)", in eap_peap_derive_cmk() 394 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK (S-IPMKj)", data->ipmk, 40); in eap_peap_derive_cmk() 396 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK (CMKj)", data->cmk, 20); in eap_peap_derive_cmk() [all …]
|
H A D | eap_server_psk.c | 129 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_build_3() 130 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: MSK", data->msk, EAP_MSK_LEN); in eap_psk_build_3() 131 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: EMSK", data->emsk, EAP_EMSK_LEN); in eap_psk_build_3() 288 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN); in eap_psk_process_2() 289 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: KDK", data->kdk, EAP_PSK_KDK_LEN); in eap_psk_process_2()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | mschapv2.c | 64 wpa_hexdump_key(MSG_DEBUG, "MSCHAPV2: password hash", in mschapv2_derive_response() 105 wpa_hexdump_key(MSG_DEBUG, "MSCHAPV2: Master Key", in mschapv2_derive_response()
|
H A D | eap_peap.c | 280 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60); in eap_peap_derive_cmk() 290 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK from TK", in eap_peap_derive_cmk() 293 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK from TK", in eap_peap_derive_cmk() 300 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: ISK", isk, sizeof(isk)); in eap_peap_derive_cmk() 309 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40); in eap_peap_derive_cmk() 316 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IMCK (IPMKj)", in eap_peap_derive_cmk() 320 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK (S-IPMKj)", data->ipmk, 40); in eap_peap_derive_cmk() 322 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK (CMKj)", data->cmk, 20); in eap_peap_derive_cmk() 1157 wpa_hexdump_key(MSG_DEBUG, in eap_peap_process() 1161 wpa_hexdump_key(MSG_DEBUG, in eap_peap_process() [all …]
|
H A D | eap_psk.c | 53 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN); in eap_psk_init() 54 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: KDK", data->kdk, EAP_PSK_KDK_LEN); in eap_psk_init() 254 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_process_3() 255 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: MSK", data->msk, EAP_MSK_LEN); in eap_psk_process_3() 256 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: EMSK", data->emsk, EAP_EMSK_LEN); in eap_psk_process_3()
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_common.c | 102 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey)); in wps_derive_keys() 113 wpa_hexdump_key(MSG_DEBUG, "WPS: KDK", kdk, sizeof(kdk)); in wps_derive_keys() 122 wpa_hexdump_key(MSG_DEBUG, "WPS: AuthKey", in wps_derive_keys() 124 wpa_hexdump_key(MSG_DEBUG, "WPS: KeyWrapKey", in wps_derive_keys() 126 wpa_hexdump_key(MSG_DEBUG, "WPS: EMSK", wps->emsk, WPS_EMSK_LEN); in wps_derive_keys() 149 wpa_hexdump_key(MSG_DEBUG, "WPS: PSK1", wps->psk1, WPS_PSK_LEN); in wps_derive_psk() 150 wpa_hexdump_key(MSG_DEBUG, "WPS: PSK2", wps->psk2, WPS_PSK_LEN); in wps_derive_psk()
|