Lines Matching refs:pr_debug
81 pr_debug("Unknown PEOPT magic = %04hx\n", pe32->magic); in pefile_parse_binary()
85 pr_debug("checksum @ %x\n", ctx->image_checksum_offset); in pefile_parse_binary()
86 pr_debug("header size = %x\n", ctx->header_size); in pefile_parse_binary()
102 pr_debug("Unsigned PE binary\n"); in pefile_parse_binary()
110 pr_debug("cert = %x @%x [%*ph]\n", in pefile_parse_binary()
134 pr_debug("Signature wrapper too short\n"); in pefile_strip_sig_wrapper()
139 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper()
146 pr_debug("Signature wrapper len wrong\n"); in pefile_strip_sig_wrapper()
150 pr_debug("Signature is not revision 2.0\n"); in pefile_strip_sig_wrapper()
154 pr_debug("Signature certificate type is not PKCS\n"); in pefile_strip_sig_wrapper()
167 pr_debug("Signature data missing\n"); in pefile_strip_sig_wrapper()
201 pr_debug("Signature data not PKCS#7\n"); in pefile_strip_sig_wrapper()
344 pr_debug("Digest size mismatch (%zx != %x)\n", in pefile_digest_pe()
349 pr_debug("Digest: desc=%zu size=%zu\n", desc_size, digest_size); in pefile_digest_pe()
371 pr_debug("Digest calc = [%*ph]\n", ctx->digest_len, digest); in pefile_digest_pe()
377 pr_debug("Digest mismatch\n"); in pefile_digest_pe()
380 pr_debug("The digests match!\n"); in pefile_digest_pe()
458 pr_debug("Digest: %u [%*ph]\n", in verify_pefile_signature()