/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpa_debug.h | 112 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len); 117 wpa_hexdump_key(level, title, wpabuf_head(buf), wpabuf_len(buf)); in wpa_hexdump_buf_key() 157 #define wpa_hexdump_key(...) do {} while(0) macro
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-ccm.c | 44 wpa_hexdump_key(MSG_DEBUG, "CCM B_0", b, AES_BLOCK_SIZE); in aes_ccm_auth_start() 123 wpa_hexdump_key(MSG_DEBUG, "CCM T", x, M); in aes_ccm_encr_auth() 129 wpa_hexdump_key(MSG_DEBUG, "CCM U", auth, M); in aes_ccm_encr_auth() 138 wpa_hexdump_key(MSG_DEBUG, "CCM U", auth, M); in aes_ccm_decr_auth() 144 wpa_hexdump_key(MSG_DEBUG, "CCM T", t, M); in aes_ccm_decr_auth()
|
D | aes-gcm.c | 186 wpa_hexdump_key(MSG_EXCESSIVE, "Hash subkey H for GHASH", in aes_gcm_init_hash_subkey() 247 wpa_hexdump_key(MSG_EXCESSIVE, "S = GHASH_H(...)", S, 16); in aes_gcm_ghash()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
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()
|
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()
|
D | tlsv1_server.c | 66 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: pre_master_secret", in tlsv1_server_derive_keys() 79 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", in tlsv1_server_derive_keys() 94 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: key_block", in tlsv1_server_derive_keys() 233 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Plaintext AppData", in tlsv1_server_encrypt()
|
D | tlsv1_cred.c | 559 wpa_hexdump_key(MSG_DEBUG, "PKCS #12: localKeyID", in pkcs12_parse_attr_local_key_id() 591 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: attrValues", in pkcs12_parse_attr() 616 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: SafeBag", buf, len); in pkcs12_safebag() 636 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: bagValue", value, value_len); in pkcs12_safebag() 647 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: bagAttributes", in pkcs12_safebag() 832 wpa_hexdump_key(MSG_MSGDUMP, in pkcs12_parse_content_enc_data()
|
D | tlsv1_client.c | 84 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: pre_master_secret", in tls_derive_keys() 97 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", in tls_derive_keys() 113 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: key_block", in tls_derive_keys() 303 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Plaintext AppData", in tlsv1_client_encrypt()
|
D | tlsv1_record.c | 363 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Record Layer - Decrypted " in tlsv1_record_receive() 421 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Record Layer - " in tlsv1_record_receive()
|
D | tlsv1_client_write.c | 378 wpa_hexdump_key(MSG_DEBUG, "TLSv1: DH client's secret value", in tlsv1_key_x_dh() 450 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange", in tlsv1_key_x_dh() 842 wpa_hexdump_key(MSG_DEBUG, "TLSv1: verify_data (client)", in tls_write_client_finished()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | mschapv2.c | 61 wpa_hexdump_key(MSG_DEBUG, "MSCHAPV2: password hash", in mschapv2_derive_response() 102 wpa_hexdump_key(MSG_DEBUG, "MSCHAPV2: Master Key", in mschapv2_derive_response()
|
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()
|
D | eap_peap.c | 279 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60); in eap_peap_derive_cmk() 285 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK from TK", in eap_peap_derive_cmk() 288 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK from TK", in eap_peap_derive_cmk() 295 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: ISK", isk, sizeof(isk)); in eap_peap_derive_cmk() 304 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40); in eap_peap_derive_cmk() 309 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IMCK (IPMKj)", in eap_peap_derive_cmk() 313 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK (S-IPMKj)", data->ipmk, 40); in eap_peap_derive_cmk() 315 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CMK (CMKj)", data->cmk, 20); in eap_peap_derive_cmk() 1159 wpa_hexdump_key(MSG_DEBUG, in eap_peap_process() 1333 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: CSK", csk, sizeof(csk)); in eap_peap_getKey()
|
D | eap_tls.c | 124 wpa_hexdump_key(MSG_DEBUG, "EAP-TLS: Derived key", in eap_tls_success() 126 wpa_hexdump_key(MSG_DEBUG, "EAP-TLS: Derived EMSK", in eap_tls_success()
|
D | eap_fast.c | 289 wpa_hexdump_key(MSG_DEBUG, in eap_fast_derive_key_auth() 314 wpa_hexdump_key(MSG_DEBUG, in eap_fast_derive_key_provisioning() 321 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: server_challenge", in eap_fast_derive_key_provisioning() 324 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: client_challenge", in eap_fast_derive_key_provisioning() 711 wpa_hexdump_key(MSG_MSGDUMP, "EAP-FAST: ISK[j]", isk, sizeof(isk)); in eap_fast_get_cmk() 718 wpa_hexdump_key(MSG_MSGDUMP, "EAP-FAST: S-IMCK[j]", in eap_fast_get_cmk() 721 wpa_hexdump_key(MSG_MSGDUMP, "EAP-FAST: CMK[j]", in eap_fast_get_cmk() 835 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: PAC-Key", pos, len); in eap_fast_parse_pac_tlv()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 35 wpa_hexdump_key(MSG_DEBUG, "FT: xxkey", sm->xxkey, sm->xxkey_len); in wpa_derive_ptk_ft() 36 wpa_hexdump_key(MSG_DEBUG, "FT: ssid", sm->ssid, sm->ssid_len); in wpa_derive_ptk_ft() 37 wpa_hexdump_key(MSG_DEBUG, "FT: r0kh_id", sm->r0kh_id, sm->r0kh_id_len); in wpa_derive_ptk_ft() 42 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R0", sm->pmk_r0, PMK_LEN); in wpa_derive_ptk_ft() 47 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN); in wpa_derive_ptk_ft() 516 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN); in wpa_ft_process_response() 598 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp", in wpa_ft_process_gtk_subelem() 639 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen); in wpa_ft_process_gtk_subelem() 672 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp", 695 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 144 wpa_hexdump_key(MSG_MSGDUMP, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc() 153 wpa_hexdump_key(MSG_MSGDUMP, "SAE: pwd-value", in sae_test_pwd_seed_ecc() 195 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc() 202 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", pwd_value, in sae_test_pwd_seed_ffc() 417 wpa_hexdump_key(MSG_DEBUG, "SAE: PWE", x_y, 2 * prime_len); in sae_derive_pwe_ecc() 567 wpa_hexdump_key(MSG_DEBUG, title, bin, prime_len); in debug_print_bignum() 720 wpa_hexdump_key(MSG_DEBUG, "SSWU: x = CSEL(l, x1, x2)", x_y, prime_len); in sswu() 745 wpa_hexdump_key(MSG_DEBUG, "SSWU: P.x", x_y, prime_len); in sswu() 746 wpa_hexdump_key(MSG_DEBUG, "SSWU: P.y", &x_y[prime_len], prime_len); in sswu() 802 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, hash_len); in sae_pwd_seed() [all …]
|
D | sae_pk.c | 417 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: PasswordBase", pw, pw_len); in sae_pk_set_password() 440 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: Fingerprint", in sae_pk_set_password() 572 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: SSID || M || K_AP", in sae_pk_valid_fingerprint() 674 wpa_hexdump_key(MSG_DEBUG, "SAE-PK: Modifier M", m, SAE_PK_M_LEN); in sae_check_confirm_pk()
|
D | wpa_common.c | 829 wpa_hexdump_key(MSG_DEBUG, "FT: KCK", ptk->kck, ptk->kck_len); in wpa_pmk_r1_to_ptk() 830 wpa_hexdump_key(MSG_DEBUG, "FT: KEK", ptk->kek, ptk->kek_len); in wpa_pmk_r1_to_ptk() 831 wpa_hexdump_key(MSG_DEBUG, "FT: TK", ptk->tk, ptk->tk_len); in wpa_pmk_r1_to_ptk() 1198 wpa_hexdump_key(MSG_DEBUG, "WPA: PTK", tmp, ptk_len); in wpa_pmk_to_ptk() 1201 wpa_hexdump_key(MSG_DEBUG, "WPA: KCK", ptk->kck, ptk->kck_len); in wpa_pmk_to_ptk() 1204 wpa_hexdump_key(MSG_DEBUG, "WPA: KEK", ptk->kek, ptk->kek_len); in wpa_pmk_to_ptk() 1207 wpa_hexdump_key(MSG_DEBUG, "WPA: TK", ptk->tk, ptk->tk_len); in wpa_pmk_to_ptk()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-rsa.c | 366 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in crypto_public_key_decrypt_pkcs1() 375 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in crypto_public_key_decrypt_pkcs1() 385 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in crypto_public_key_decrypt_pkcs1() 392 wpa_hexdump_key(MSG_DEBUG, "Signature EB", plain, len); in crypto_public_key_decrypt_pkcs1()
|
D | tls_mbedtls.c | 1029 wpa_hexdump_key(MSG_MSGDUMP, "random", seed, 2 * TLS_RANDOM_LEN); in tls_connection_prf() 1030 …wpa_hexdump_key(MSG_MSGDUMP, "master", ssl->MBEDTLS_PRIVATE(session)->MBEDTLS_PRIVATE(master), TL… in tls_connection_prf() 1038 wpa_hexdump_key(MSG_MSGDUMP, "key", out, out_len); in tls_connection_prf()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 108 wpa_hexdump_key(MSG_DEBUG, "WPS: DHKey", dhkey, sizeof(dhkey)); in wps_derive_keys() 119 wpa_hexdump_key(MSG_DEBUG, "WPS: KDK", kdk, sizeof(kdk)); in wps_derive_keys() 128 wpa_hexdump_key(MSG_DEBUG, "WPS: AuthKey", in wps_derive_keys() 130 wpa_hexdump_key(MSG_DEBUG, "WPS: KeyWrapKey", in wps_derive_keys() 132 wpa_hexdump_key(MSG_DEBUG, "WPS: EMSK", wps->emsk, WPS_EMSK_LEN); in wps_derive_keys() 155 wpa_hexdump_key(MSG_DEBUG, "WPS: PSK1", wps->psk1, WPS_PSK_LEN); in wps_derive_psk() 156 wpa_hexdump_key(MSG_DEBUG, "WPS: PSK2", wps->psk2, WPS_PSK_LEN); in wps_derive_psk()
|
D | wps_attr_process.c | 185 wpa_hexdump_key(MSG_DEBUG, "WPS: Network Key", key, key_len); in wps_process_cred_network_key()
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | wpa_debug.c | 109 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len) in wpa_hexdump_key() function
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 142 wpa_hexdump_key(MSG_DEBUG, "PSK (from passphrase)", in hostapd_derive_psk()
|