Home
last modified time | relevance | path

Searched refs:print_hex_dump (Results 1 – 25 of 170) sorted by relevance

1234567

/linux-6.6.21/include/keys/
Dtrusted_tpm.h61 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, in dump_options()
67 print_hex_dump(KERN_INFO, "trusted-key: handle ", DUMP_PREFIX_NONE, in dump_sess()
70 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
73 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
83 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, buf, len, 0); in dump_tpm_buf()
Dtrusted-type.h87 print_hex_dump(KERN_INFO, "key ", DUMP_PREFIX_NONE, in dump_payload()
90 print_hex_dump(KERN_INFO, "blob ", DUMP_PREFIX_NONE, in dump_payload()
/linux-6.6.21/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c61 print_hex_dump(KERN_INFO, "key: ", DUMP_PREFIX_OFFSET, in test_lib_chacha()
64 print_hex_dump(KERN_INFO, "iv: ", DUMP_PREFIX_OFFSET, in test_lib_chacha()
77 print_hex_dump(KERN_INFO, "encr:", DUMP_PREFIX_OFFSET, in test_lib_chacha()
91 print_hex_dump(KERN_INFO, "decr:", DUMP_PREFIX_OFFSET, in test_lib_chacha()
162 print_hex_dump(KERN_INFO, "key: ", DUMP_PREFIX_OFFSET, in test_skcipher()
165 print_hex_dump(KERN_INFO, "iv: ", DUMP_PREFIX_OFFSET, in test_skcipher()
190 print_hex_dump(KERN_INFO, "encr:", DUMP_PREFIX_OFFSET, in test_skcipher()
214 print_hex_dump(KERN_INFO, "decr:", DUMP_PREFIX_OFFSET, in test_skcipher()
277 print_hex_dump(KERN_INFO, "src: ", DUMP_PREFIX_OFFSET, in chacha_s390_test_init()
/linux-6.6.21/security/keys/encrypted-keys/
Dencrypted.h22 print_hex_dump(KERN_ERR, "master key: ", DUMP_PREFIX_NONE, 32, 1, in dump_master_key()
28 print_hex_dump(KERN_ERR, "decrypted data: ", DUMP_PREFIX_NONE, 32, 1, in dump_decrypted_data()
36 print_hex_dump(KERN_ERR, "encrypted data: ", DUMP_PREFIX_NONE, 32, 1, in dump_encrypted_data()
45 print_hex_dump(KERN_ERR, "hmac: ", DUMP_PREFIX_NONE, 32, 1, digest, in dump_hmac()
/linux-6.6.21/drivers/firmware/efi/
Dapple-properties.c100 print_hex_dump(KERN_INFO, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs()
110 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs()
143 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_devices()
213 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
218 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
Dcper_cxl.c148 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cper_print_prot_err()
161 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, (prot_err + 1), in cper_print_prot_err()
186 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log, in cper_print_prot_err()
Dcper-arm.c329 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cper_print_proc_arm()
338 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, ctx_info, in cper_print_proc_arm()
Dcper-x86.c270 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, proc->cpuid, in cper_print_proc_ia()
354 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, in cper_print_proc_ia()
/linux-6.6.21/arch/microblaze/kernel/
Dtraps.c62 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 32, in show_stack()
68 print_hex_dump(loglvl, "", DUMP_PREFIX_ADDRESS, 32, 4, (void *)fp, in show_stack()
/linux-6.6.21/drivers/mtd/tests/
Dmtd_nandecctest.c237 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 4, in dump_data_ecc()
239 print_hex_dump(KERN_INFO, "hexdump of error ecc: ", in dump_data_ecc()
243 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 4, in dump_data_ecc()
245 print_hex_dump(KERN_INFO, "hexdump of correct ecc: ", in dump_data_ecc()
/linux-6.6.21/drivers/crypto/bcm/
Dutil.h30 print_hex_dump(KERN_ALERT, msg, DUMP_PREFIX_NONE, \
48 print_hex_dump(KERN_ALERT, msg, DUMP_PREFIX_NONE, \
/linux-6.6.21/lib/
Dhexdump.c261 void print_hex_dump(const char *level, const char *prefix_str, int prefix_type, in print_hex_dump() function
293 EXPORT_SYMBOL(print_hex_dump);
Dtest-string_helpers.c24 print_hex_dump(KERN_WARNING, "Input: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
26 print_hex_dump(KERN_WARNING, "Expected: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
28 print_hex_dump(KERN_WARNING, "Got: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
/linux-6.6.21/mm/
Ddebug.c125 print_hex_dump(KERN_WARNING, "raw: ", DUMP_PREFIX_NONE, 32, in __dump_page()
129 print_hex_dump(KERN_WARNING, "head: ", DUMP_PREFIX_NONE, 32, in __dump_page()
Dpage_poison.c70 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, in check_poison_mem()
/linux-6.6.21/drivers/usb/gadget/function/
Dstorage_common.h43 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, \
58 print_hex_dump(KERN_DEBUG, "SCSI CDB: ", DUMP_PREFIX_NONE, \
/linux-6.6.21/include/linux/
Dprintk.h713 extern void print_hex_dump(const char *level, const char *prefix_str,
717 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() function
738 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \
Ddynamic_debug.h287 print_hex_dump, \
314 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, \
/linux-6.6.21/sound/usb/
Dvalidate.c330 print_hex_dump(KERN_ERR, "USB-audio: buggy audio desc: ", in snd_usb_validate_audio_desc()
344 print_hex_dump(KERN_ERR, "USB-audio: buggy midi desc: ", in snd_usb_validate_midi_desc()
/linux-6.6.21/fs/ecryptfs/
Ddebug.c89 print_hex_dump(KERN_DEBUG, "ecryptfs: ", DUMP_PREFIX_OFFSET, 16, 1, in ecryptfs_dump_hex()
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_dump.c201 print_hex_dump(KERN_INFO, "", in igc_rings_dump()
288 print_hex_dump(KERN_INFO, "", in igc_rings_dump()
/linux-6.6.21/drivers/mtd/ubi/
Ddebug.h26 print_hex_dump(l, ps, pt, r, g, b, len, a)
/linux-6.6.21/drivers/scsi/esas2r/
Desas2r_log.c246 print_hex_dump(translate_esas2r_event_level_to_kernel(level), in esas2r_log_hexdump()
/linux-6.6.21/fs/xfs/
Dxfs_message.c110 print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_OFFSET, 16, 1, p, length, 1); in xfs_hex_dump()
/linux-6.6.21/drivers/scsi/qedf/
Dqedf_fip.c154 print_hex_dump(KERN_WARNING, "fip ", DUMP_PREFIX_OFFSET, 16, 1, in qedf_fip_send()
196 print_hex_dump(KERN_WARNING, "fip ", DUMP_PREFIX_OFFSET, 16, 1, in qedf_fip_recv()

1234567