/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 587 wpa_printf(MSG_MSGDUMP, "%s: start reading a dict entry", __func__); in wpa_dbus_dict_open_read() 653 wpa_hexdump_key(MSG_MSGDUMP, "dbus: byte array contents", in _wpa_dbus_dict_entry_get_byte_array() 705 wpa_printf(MSG_MSGDUMP, "%s: string_array value: %s", in _wpa_dbus_dict_entry_get_string_array() 719 wpa_printf(MSG_MSGDUMP, "%s: string_array length %u", in _wpa_dbus_dict_entry_get_string_array() 755 wpa_printf(MSG_MSGDUMP, "%s: parsing binarray type %c", __func__, type); in _wpa_dbus_dict_entry_get_binarray() 805 wpa_printf(MSG_MSGDUMP, "%s: binarray length %u", in _wpa_dbus_dict_entry_get_binarray() 827 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array() 845 wpa_printf(MSG_MSGDUMP, "%s: unsupported array type %c", in _wpa_dbus_dict_entry_get_array() 862 wpa_printf(MSG_MSGDUMP, "%s: object path value: %s", in _wpa_dbus_dict_fill_value_from_variant() 870 wpa_printf(MSG_MSGDUMP, "%s: string value: %s", in _wpa_dbus_dict_fill_value_from_variant() [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pax.c | 162 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: X (server rand)", in eap_pax_process_std_1() 168 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload", in eap_pax_process_std_1() 177 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)", in eap_pax_process_std_1() 197 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: B = Y (client rand)", in eap_pax_process_std_1() 202 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID", in eap_pax_process_std_1() 211 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)", in eap_pax_process_std_1() 220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN); in eap_pax_process_std_1() 276 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)", in eap_pax_process_std_3() 291 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected MAC_CK(B, CID)", in eap_pax_process_std_3() 302 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload", in eap_pax_process_std_3() [all …]
|
D | eap_otp.c | 42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", in eap_otp_process() 71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response", in eap_otp_process()
|
D | eap_md5.c | 68 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Challenge", in eap_md5_process() 96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN); in eap_md5_process()
|
D | eap_gtc.c | 62 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Request message", pos, len); in eap_gtc_process() 114 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", in eap_gtc_process()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pax.c | 106 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: A = X (server rand)", in eap_pax_build_std_1() 113 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_1() 150 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)", in eap_pax_build_std_3() 159 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_3() 206 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: received payload", in eap_pax_check() 266 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_check() 273 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV", in eap_pax_check() 314 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)", in eap_pax_process_std_2() 338 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID", in eap_pax_process_std_2() 348 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)", in eap_pax_process_std_2() [all …]
|
D | eap_server_mschapv2.c | 132 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Challenge", in eap_mschapv2_build_challenge() 177 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Success Request Message", in eap_mschapv2_build_success_req() 210 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message", in eap_mschapv2_build_failure_req() 326 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Peer-Challenge", in eap_mschapv2_process_response() 328 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: NT-Response", nt_response, 24); in eap_mschapv2_process_response() 329 wpa_printf(MSG_MSGDUMP, "EAP-MSCHAPV2: Flags 0x%x", flags); in eap_mschapv2_process_response() 330 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response() 386 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response() 443 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Expected NT-Response", in eap_mschapv2_process_response()
|
D | eap_server_gtc.c | 104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen); in eap_gtc_process() 129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user", in eap_gtc_process() 136 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Expected " in eap_gtc_process() 162 wpa_hexdump_ascii_key(MSG_MSGDUMP, in eap_gtc_process()
|
D | eap_server_psk.c | 67 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: RAND_S (server rand)", in eap_psk_build_1() 246 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PSK: ID_P", in eap_psk_process_2() 291 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: RAND_P (client rand)", in eap_psk_process_2() 318 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: Expected MAC_P", in eap_psk_process_2() 351 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: Encrypted PCHANNEL", pos, left); in eap_psk_process_4()
|
/external/wpa_supplicant_8/src/eap_common/ |
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()
|
D | eap_fast_common.c | 153 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV", in eap_fast_parse_tlv() 165 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Result TLV", pos, len); in eap_fast_parse_tlv() 190 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Intermediate Result TLV", in eap_fast_parse_tlv() 216 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV", in eap_fast_parse_tlv() 235 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Request-Action TLV", in eap_fast_parse_tlv() 254 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: PAC TLV", pos, len); in eap_fast_parse_tlv()
|
D | eap_sim_common.c | 189 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - msg", in eap_sim_verify_mac() 191 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data", in eap_sim_verify_mac() 193 wpa_hexdump_key(MSG_MSGDUMP, "EAP-SIM: Verify MAC - K_aut", in eap_sim_verify_mac() 196 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC: MAC", in eap_sim_verify_mac() 218 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - msg", msg, msg_len); in eap_sim_add_mac() 219 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data", in eap_sim_add_mac() 221 wpa_hexdump_key(MSG_MSGDUMP, "EAP-SIM: Add MAC - K_aut", in eap_sim_add_mac() 225 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC: MAC", in eap_sim_add_mac() 383 wpa_hexdump(MSG_MSGDUMP, "EAP-AKA': Verify MAC - msg", in eap_sim_verify_mac_sha256() 385 wpa_hexdump(MSG_MSGDUMP, "EAP-AKA': Verify MAC - extra data", in eap_sim_verify_mac_sha256() [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_ocsp.c | 77 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA1)", hash, 20); in ocsp_hash_data() 84 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA256)", hash, 32); in ocsp_hash_data() 91 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA384)", hash, 48); in ocsp_hash_data() 98 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA512)", hash, 64); in ocsp_hash_data() 129 wpa_hexdump(MSG_MSGDUMP, "OCSP: SingleResponse", resp, len); in tls_process_ocsp_single_response() 230 wpa_hexdump(MSG_MSGDUMP, "OCSP: serialNumber", serial_number, in tls_process_ocsp_single_response() 302 wpa_hexdump(MSG_MSGDUMP, "OCSP: singleExtensions", in tls_process_ocsp_single_response() 371 wpa_hexdump(MSG_MSGDUMP, "OCSP: BasicOCSPResponse", resp, len); in tls_process_basic_ocsp_response() 437 wpa_hexdump(MSG_MSGDUMP, "OCSP: signature", sign_value, sign_value_len); in tls_process_basic_ocsp_response() 449 wpa_hexdump(MSG_MSGDUMP, "OCSP: certs", in tls_process_basic_ocsp_response() [all …]
|
D | x509v3.c | 284 wpa_hexdump(MSG_MSGDUMP, "X509: subjectPublicKey", in x509_parse_public_key() 434 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: Attribute Data", in x509_parse_name() 706 wpa_printf(MSG_MSGDUMP, "X509: Validity: notBefore: %lu notAfter: %lu", in x509_parse_validity() 859 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: altName - rfc822Name", pos, len); in x509_parse_alt_name_rfc8222() 881 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: altName - dNSName", pos, len); in x509_parse_alt_name_dns() 903 wpa_hexdump_ascii(MSG_MSGDUMP, in x509_parse_alt_name_uri() 927 wpa_hexdump(MSG_MSGDUMP, "X509: altName - iPAddress", pos, len); in x509_parse_alt_name_ip() 947 wpa_printf(MSG_MSGDUMP, "X509: altName - registeredID: %s", buf); in x509_parse_alt_name_rid() 1160 wpa_hexdump(MSG_MSGDUMP, "X509: ExtKeyUsageSyntax", pos, end - pos); in x509_parse_ext_ext_key_usage() 1288 wpa_hexdump(MSG_MSGDUMP, "X509: extnValue", hdr.payload, hdr.length); in x509_parse_extension() [all …]
|
D | tlsv1_record.c | 231 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Write HMAC", in tlsv1_record_send() 293 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received", in tlsv1_record_receive() 333 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received", in tlsv1_record_receive() 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_cred.c | 607 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: attrValues", in pkcs12_parse_attr() 632 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: SafeBag", buf, len); in pkcs12_safebag() 654 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: bagValue", value, value_len); in pkcs12_safebag() 667 wpa_hexdump_key(MSG_MSGDUMP, "PKCS #12: bagAttributes", in pkcs12_safebag() 761 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: Data", hdr.payload, hdr.length); in pkcs12_parse_content_data() 808 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: EncryptedContentInfo", in pkcs12_parse_content_enc_data() 871 wpa_hexdump_key(MSG_MSGDUMP, in pkcs12_parse_content_enc_data() 892 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: ContentInfo", buf, len); in pkcs12_parse_content() 1025 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: Data content", in pkcs12_parse() 1165 wpa_hexdump(MSG_MSGDUMP, "DH: prime (p)", hdr.payload, hdr.length); in tlsv1_set_dhparams_der() [all …]
|
D | tlsv1_server_read.c | 172 wpa_hexdump(MSG_MSGDUMP, "TLSv1: ClientHello", pos, len); in tls_process_client_hello() 215 wpa_hexdump(MSG_MSGDUMP, "TLSv1: client_random", in tls_process_client_hello() 227 wpa_hexdump(MSG_MSGDUMP, "TLSv1: client session_id", pos + 1, *pos); in tls_process_client_hello() 243 wpa_hexdump(MSG_MSGDUMP, "TLSv1: client cipher suites", in tls_process_client_hello() 295 wpa_hexdump(MSG_MSGDUMP, "TLSv1: client compression_methods", in tls_process_client_hello() 359 wpa_hexdump(MSG_MSGDUMP, "TLSv1: ClientHello " in tls_process_client_hello() 722 wpa_hexdump(MSG_MSGDUMP, "TLSv1: ClientDiffieHellmanPublic", in tls_process_client_key_exchange_dh() 1028 wpa_hexdump(MSG_MSGDUMP, "TLSv1: CertificateVerify hash", hash, hlen); in tls_process_certificate_verify() 1189 wpa_hexdump(MSG_MSGDUMP, "TLSv1: verify_data in Finished", in tls_process_client_finished()
|
D | tlsv1_common.c | 167 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Parse ASN.1 DER certificate", in tls_parse_cert() 435 wpa_hexdump(MSG_MSGDUMP, "Additional data after Signature", in tls_verify_signature() 440 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Signature", pos, end - pos); in tls_verify_signature() 462 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Decrypted Signature", in tls_verify_signature()
|
/external/wpa_supplicant_8/src/utils/ |
D | pcsc_funcs.c | 297 wpa_printf(MSG_MSGDUMP, "SCARD: file header TLV 0x%02x len=%d", in scard_parse_fsp_templ() 306 wpa_hexdump(MSG_MSGDUMP, "SCARD: File Descriptor TLV", in scard_parse_fsp_templ() 310 wpa_hexdump(MSG_MSGDUMP, "SCARD: File Identifier TLV", in scard_parse_fsp_templ() 314 wpa_hexdump(MSG_MSGDUMP, "SCARD: DF name (AID) TLV", in scard_parse_fsp_templ() 318 wpa_hexdump(MSG_MSGDUMP, "SCARD: Proprietary " in scard_parse_fsp_templ() 322 wpa_hexdump(MSG_MSGDUMP, "SCARD: Life Cycle Status " in scard_parse_fsp_templ() 326 wpa_hexdump(MSG_MSGDUMP, "SCARD: File size TLV", in scard_parse_fsp_templ() 338 wpa_hexdump(MSG_MSGDUMP, "SCARD: Total file size TLV", in scard_parse_fsp_templ() 342 wpa_hexdump(MSG_MSGDUMP, "SCARD: PIN Status Template " in scard_parse_fsp_templ() 352 wpa_hexdump(MSG_MSGDUMP, "SCARD: Short File " in scard_parse_fsp_templ() [all …]
|
D | json.c | 315 wpa_printf(MSG_MSGDUMP, in json_parse() 326 wpa_printf(MSG_MSGDUMP, in json_parse() 377 wpa_printf(MSG_MSGDUMP, in json_parse() 384 wpa_printf(MSG_MSGDUMP, in json_parse() 434 wpa_printf(MSG_MSGDUMP, in json_parse() 445 wpa_printf(MSG_MSGDUMP, in json_parse()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | offchannel.c | 201 wpa_hexdump(MSG_MSGDUMP, "TX status frame data", in offchannel_send_action_tx_status() 203 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action_tx_status() 212 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action_tx_status() 282 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action() 304 wpa_hexdump_buf(MSG_MSGDUMP, "Pending TX frame", in offchannel_send_action()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis_.c | 48 wpa_hexdump(MSG_MSGDUMP, "NDIS: received event data", buf, len); in wpa_driver_ndis_event_process() 63 wpa_hexdump(MSG_MSGDUMP, "NDIS: event data", data, data_len); in wpa_driver_ndis_event_process()
|
D | driver_wired.c | 91 wpa_printf(MSG_MSGDUMP, "handle_data: too short (%lu)", in handle_data() 100 wpa_printf(MSG_MSGDUMP, "Received EAPOL packet"); in handle_data() 151 wpa_printf(MSG_MSGDUMP, "handle_dhcp: too short (%d)", len); in handle_dhcp() 158 wpa_printf(MSG_MSGDUMP, "Got DHCP broadcast packet from " MACSTR, in handle_dhcp()
|
D | driver_nl80211_scan.c | 200 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s", in nl80211_scan_common() 213 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs", in nl80211_scan_common() 226 wpa_printf(MSG_MSGDUMP, "nl80211: Scan frequency %u " in nl80211_scan_common() 540 wpa_printf(MSG_MSGDUMP, in wpa_driver_nl80211_sched_scan() 572 wpa_printf(MSG_MSGDUMP, in wpa_driver_nl80211_sched_scan() 1101 wpa_printf(MSG_MSGDUMP, "nl80211: Scan SSID %s", in wpa_driver_nl80211_vendor_scan() 1112 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan extra IEs", in wpa_driver_nl80211_vendor_scan() 1127 wpa_printf(MSG_MSGDUMP, in wpa_driver_nl80211_vendor_scan() 1264 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan default IEs", ies, ies_len); in nl80211_set_default_scan_ies()
|
/external/wpa_supplicant_8/src/common/ |
D | gas_server.c | 169 wpa_hexdump(MSG_MSGDUMP, "GAS: Received GAS Initial Request frame", in gas_server_rx_initial_req() 189 wpa_hexdump(MSG_MSGDUMP, "GAS: Advertisement Protocol element", in gas_server_rx_initial_req() 204 wpa_hexdump(MSG_MSGDUMP, "GAS: Query Request", in gas_server_rx_initial_req() 208 wpa_hexdump(MSG_MSGDUMP, in gas_server_rx_initial_req() 224 wpa_hexdump_buf(MSG_MSGDUMP, "GAS: Response from the handler", in gas_server_rx_initial_req()
|