Lines Matching refs:wpa_hexdump
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()
169 wpa_hexdump(MSG_DEBUG, "OCSP: issuerNameHash", in tls_process_ocsp_single_response()
173 wpa_hexdump(MSG_DEBUG, "OCSP: Issuer subject DN", in tls_process_ocsp_single_response()
180 wpa_hexdump(MSG_DEBUG, "OCSP: Calculated issuerNameHash", in tls_process_ocsp_single_response()
194 wpa_hexdump(MSG_DEBUG, "OCSP: issuerKeyHash", key_hash, key_hash_len); in tls_process_ocsp_single_response()
202 wpa_hexdump(MSG_DEBUG, "OCSP: Calculated issuerKeyHash", in tls_process_ocsp_single_response()
221 wpa_hexdump(MSG_MSGDUMP, "OCSP: serialNumber", serial_number, in tls_process_ocsp_single_response()
248 wpa_hexdump(MSG_DEBUG, "OCSP: CertStatus additional data", 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()
468 wpa_hexdump(MSG_MSGDUMP, "OCSP: ResponseData", pos, end - pos); in tls_process_basic_ocsp_response()
522 wpa_hexdump(MSG_DEBUG, "OCSP: ResponderID byKey KeyHash", in tls_process_basic_ocsp_response()
558 wpa_hexdump(MSG_MSGDUMP, "OCSP: responses", responses, responses_len); in tls_process_basic_ocsp_response()
563 wpa_hexdump(MSG_MSGDUMP, "OCSP: responseExtensions", in tls_process_basic_ocsp_response()
660 wpa_hexdump(MSG_MSGDUMP, "TLSv1: OCSPResponse", resp, len); in tls_process_ocsp_response()