Home
last modified time | relevance | path

Searched refs:MSG_MSGDUMP (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c627 wpa_printf(MSG_MSGDUMP, "%s: start reading a dict entry", __func__); in wpa_dbus_dict_open_read()
693 wpa_hexdump_key(MSG_MSGDUMP, "dbus: byte array contents", in _wpa_dbus_dict_entry_get_byte_array()
749 wpa_hexdump_key(MSG_MSGDUMP, "dbus: uint16 array contents", in _wpa_dbus_dict_entry_get_uint16_array()
798 wpa_printf(MSG_MSGDUMP, "%s: string_array value: %s", in _wpa_dbus_dict_entry_get_string_array()
812 wpa_printf(MSG_MSGDUMP, "%s: string_array length %u", in _wpa_dbus_dict_entry_get_string_array()
848 wpa_printf(MSG_MSGDUMP, "%s: parsing binarray type %c", __func__, type); in _wpa_dbus_dict_entry_get_binarray()
898 wpa_printf(MSG_MSGDUMP, "%s: binarray length %u", in _wpa_dbus_dict_entry_get_binarray()
920 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array()
942 wpa_printf(MSG_MSGDUMP, "%s: unsupported array type %c", in _wpa_dbus_dict_entry_get_array()
959 wpa_printf(MSG_MSGDUMP, "%s: object path value: %s", in _wpa_dbus_dict_fill_value_from_variant()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pax.c162 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 …]
H A Deap_otp.c42 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()
H A Deap_md5.c68 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()
H A Deap_gtc.c62 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()
/freebsd/contrib/wpa/src/common/
H A Ddpp_backup.c399 wpa_hexdump_buf_key(MSG_MSGDUMP, "DPP: DPPAsymmetricKeyPackage", in dpp_build_enc_cont_info()
511 wpa_hexdump_buf(MSG_MSGDUMP, "DPP: DPPEnvelopedData", env); in dpp_build_enveloped_data()
546 wpa_hexdump(MSG_MSGDUMP, "DPP: RecipientInfos", pos, len); in dpp_parse_recipient_infos()
564 wpa_hexdump(MSG_MSGDUMP, "DPP: PasswordRecipientInfo", in dpp_parse_recipient_infos()
591 wpa_hexdump(MSG_MSGDUMP, "DPP: Remaining PasswordRecipientInfo after version", in dpp_parse_recipient_infos()
641 wpa_hexdump(MSG_MSGDUMP, "DPP: salt.specified", in dpp_parse_recipient_infos()
719 wpa_hexdump(MSG_MSGDUMP, "DPP: pwri.encryptedKey", in dpp_parse_recipient_infos()
742 wpa_hexdump(MSG_MSGDUMP, "DPP: EncryptedContentInfo", in dpp_parse_encrypted_content_info()
791 wpa_hexdump(MSG_MSGDUMP, "DPP: EncryptedContent", in dpp_parse_encrypted_content_info()
868 wpa_hexdump_key(MSG_MSGDUMP, "DPP: OneAsymmetricKey", buf, len); in dpp_parse_one_asymmetric_key()
[all …]
/freebsd/contrib/wpa/src/eap_common/
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_fast_common.c153 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()
H A Deap_teap_common.c411 wpa_hexdump_key(MSG_MSGDUMP, in eap_teap_compound_mac()
414 wpa_hexdump(MSG_MSGDUMP, in eap_teap_compound_mac()
442 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: Result TLV", pos, len); in eap_teap_parse_tlv()
466 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: NAK TLV", pos, len); in eap_teap_parse_tlv()
485 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: Request-Action TLV", in eap_teap_parse_tlv()
506 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: EAP-Payload TLV", in eap_teap_parse_tlv()
518 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: Intermediate-Result TLV", in eap_teap_parse_tlv()
545 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: PAC TLV", pos, len); in eap_teap_parse_tlv()
556 wpa_hexdump(MSG_MSGDUMP, "EAP-TEAP: Crypto-Binding TLV", in eap_teap_parse_tlv()
575 wpa_hexdump_ascii(MSG_MSGDUMP, in eap_teap_parse_tlv()
[all …]
H A Deap_sim_common.c189 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 …]
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_pax.c106 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: A = X (server rand)", in eap_pax_build_std_1()
118 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_1()
160 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)", in eap_pax_build_std_3()
174 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_3()
221 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: received payload", in eap_pax_check()
281 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_check()
293 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV", in eap_pax_check()
334 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)", in eap_pax_process_std_2()
358 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID", in eap_pax_process_std_2()
368 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)", in eap_pax_process_std_2()
[all …]
H A Deap_server_mschapv2.c138 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Challenge", in eap_mschapv2_build_challenge()
183 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Success Request Message", in eap_mschapv2_build_success_req()
216 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message", in eap_mschapv2_build_failure_req()
332 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Peer-Challenge", in eap_mschapv2_process_response()
334 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: NT-Response", nt_response, 24); in eap_mschapv2_process_response()
335 wpa_printf(MSG_MSGDUMP, "EAP-MSCHAPV2: Flags 0x%x", flags); in eap_mschapv2_process_response()
336 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response()
392 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
449 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: Expected NT-Response", in eap_mschapv2_process_response()
H A Deap_server_gtc.c104 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()
H A Deap_server_psk.c67 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()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c77 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()
221 wpa_hexdump(MSG_MSGDUMP, "OCSP: serialNumber", serial_number, in tls_process_ocsp_single_response()
295 wpa_hexdump(MSG_MSGDUMP, "OCSP: singleExtensions", in tls_process_ocsp_single_response()
362 wpa_hexdump(MSG_MSGDUMP, "OCSP: BasicOCSPResponse", resp, len); in tls_process_basic_ocsp_response()
421 wpa_hexdump(MSG_MSGDUMP, "OCSP: signature", sign_value, sign_value_len); in tls_process_basic_ocsp_response()
431 wpa_hexdump(MSG_MSGDUMP, "OCSP: certs", in tls_process_basic_ocsp_response()
[all …]
H A Dx509v3.c278 wpa_hexdump(MSG_MSGDUMP, "X509: subjectPublicKey", in x509_parse_public_key()
428 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: Attribute Data", in x509_parse_name()
738 wpa_printf(MSG_MSGDUMP, "X509: Validity: notBefore: %lu notAfter: %lu", in x509_parse_validity()
877 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: altName - rfc822Name", pos, len); in x509_parse_alt_name_rfc8222()
899 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: altName - dNSName", pos, len); in x509_parse_alt_name_dns()
921 wpa_hexdump_ascii(MSG_MSGDUMP, in x509_parse_alt_name_uri()
945 wpa_hexdump(MSG_MSGDUMP, "X509: altName - iPAddress", pos, len); in x509_parse_alt_name_ip()
965 wpa_printf(MSG_MSGDUMP, "X509: altName - registeredID: %s", buf); in x509_parse_alt_name_rid()
1173 wpa_hexdump(MSG_MSGDUMP, "X509: certificatePolicies", pos, end - pos); in x509_parse_ext_certificate_policies()
1190 wpa_hexdump(MSG_MSGDUMP, "X509: PolicyInformation", in x509_parse_ext_certificate_policies()
[all …]
H A Dtlsv1_record.c231 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()
H A Dtlsv1_cred.c591 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()
731 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: Data", hdr.payload, hdr.length); in pkcs12_parse_content_data()
774 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: EncryptedContentInfo", in pkcs12_parse_content_enc_data()
832 wpa_hexdump_key(MSG_MSGDUMP, in pkcs12_parse_content_enc_data()
853 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: ContentInfo", buf, len); in pkcs12_parse_content()
973 wpa_hexdump(MSG_MSGDUMP, "PKCS #12: Data content", in pkcs12_parse()
1102 wpa_hexdump(MSG_MSGDUMP, "DH: prime (p)", hdr.payload, hdr.length); in tlsv1_set_dhparams_der()
[all …]
H A Dpkcs1.c245 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: DigestInfo", in pkcs1_v15_sig_ver()
266 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: DigestAlgorithmIdentifier", in pkcs1_v15_sig_ver()
276 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: Digest algorithm parameters", in pkcs1_v15_sig_ver()
315 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: Decrypted Digest", in pkcs1_v15_sig_ver()
H A Dtlsv1_server_read.c172 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c201 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()
/freebsd/contrib/wpa/src/utils/
H A Dpcsc_funcs.c297 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 …]
H A Djson.c317 wpa_printf(MSG_MSGDUMP, in json_parse()
328 wpa_printf(MSG_MSGDUMP, in json_parse()
379 wpa_printf(MSG_MSGDUMP, in json_parse()
386 wpa_printf(MSG_MSGDUMP, in json_parse()
436 wpa_printf(MSG_MSGDUMP, in json_parse()
447 wpa_printf(MSG_MSGDUMP, in json_parse()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis_.c48 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()
H A Ddriver_wired.c91 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()

123456