Home
last modified time | relevance | path

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

12345678

/linux-6.15/include/keys/
H A Dtrusted_tpm.h59 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, in dump_options()
65 print_hex_dump(KERN_INFO, "trusted-key: handle ", DUMP_PREFIX_NONE, in dump_sess()
68 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
71 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
81 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, buf, len, 0); in dump_tpm_buf()
H A 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.15/tools/testing/crypto/chacha20-s390/
H A 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.15/security/keys/encrypted-keys/
H A 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.15/drivers/firmware/efi/
H A 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()
H A Dcper_cxl.c115 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cxl_cper_print_prot_err()
128 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, (prot_err + 1), in cxl_cper_print_prot_err()
153 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log, in cxl_cper_print_prot_err()
H A 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()
H A 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.15/arch/microblaze/kernel/
H A Dtraps.c63 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 32, in show_stack()
69 print_hex_dump(loglvl, "", DUMP_PREFIX_ADDRESS, 32, 4, (void *)fp, in show_stack()
/linux-6.15/arch/um/include/shared/
H A Duser.h45 extern void print_hex_dump(const char *level, const char *prefix_str,
53 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() function
/linux-6.15/drivers/mtd/tests/
H A 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.15/drivers/crypto/bcm/
H A Dutil.h30 print_hex_dump(KERN_ALERT, msg, DUMP_PREFIX_NONE, \
48 print_hex_dump(KERN_ALERT, msg, DUMP_PREFIX_NONE, \
/linux-6.15/lib/
H A 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);
/linux-6.15/drivers/usb/gadget/function/
H A Dstorage_common.h43 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, \
58 print_hex_dump(KERN_DEBUG, "SCSI CDB: ", DUMP_PREFIX_NONE, \
/linux-6.15/include/linux/
H A Dprintk.h765 extern void print_hex_dump(const char *level, const char *prefix_str,
769 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() function
790 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \
H A Ddynamic_debug.h287 print_hex_dump, \
314 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, \
/linux-6.15/sound/usb/
H A 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.15/fs/ecryptfs/
H A Ddebug.c89 print_hex_dump(KERN_DEBUG, "ecryptfs: ", DUMP_PREFIX_OFFSET, 16, 1, in ecryptfs_dump_hex()
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_dump.c201 print_hex_dump(KERN_INFO, "", in igc_rings_dump()
288 print_hex_dump(KERN_INFO, "", in igc_rings_dump()
/linux-6.15/mm/
H A Dpage_poison.c70 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, in check_poison_mem()
H A Ddebug.c119 print_hex_dump(KERN_WARNING, "raw: ", DUMP_PREFIX_NONE, 32, in __dump_folio()
123 print_hex_dump(KERN_WARNING, "head: ", DUMP_PREFIX_NONE, 32, in __dump_folio()
/linux-6.15/drivers/scsi/esas2r/
H A Desas2r_log.c246 print_hex_dump(translate_esas2r_event_level_to_kernel(level), in esas2r_log_hexdump()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h84 print_hex_dump(KERN_ERR, "iwl data: ", \
104 print_hex_dump(KERN_DEBUG, "iwl data: ", \
/linux-6.15/drivers/macintosh/
H A Dwindfarm_smu_sat.c102 print_hex_dump(KERN_DEBUG, " ", DUMP_PREFIX_OFFSET, in smu_sat_get_sdb_partition()
128 print_hex_dump(KERN_DEBUG, " ", DUMP_PREFIX_OFFSET, in wf_sat_read_cache()
/linux-6.15/crypto/
H A Dhkdf.c504 print_hex_dump(KERN_ERR, "prk: ", DUMP_PREFIX_NONE, in hkdf_test()
531 print_hex_dump(KERN_ERR, "okm: ", DUMP_PREFIX_NONE, in hkdf_test()

12345678