/linux-6.6.21/lib/ |
D | hexdump.c | 87 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 95 EXPORT_SYMBOL(bin2hex);
|
/linux-6.6.21/include/linux/ |
D | hex.h | 31 extern char *bin2hex(char *dst, const void *src, size_t count);
|
/linux-6.6.21/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 57 bin2hex(challenge_asciihex, chap->challenge, in chap_gen_challenge() 397 bin2hex(response, server_digest, chap->digest_size); in chap_server_compute_hash() 552 bin2hex(response, digest, chap->digest_size); in chap_server_compute_hash()
|
/linux-6.6.21/drivers/hwmon/pmbus/ |
D | q54sj108a2.c | 152 res = bin2hex(data, data_char, 32); in q54sj108a2_debugfs_read() 161 res = bin2hex(data, data_char, 4); in q54sj108a2_debugfs_read()
|
D | ucd9000.c | 488 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
|
/linux-6.6.21/certs/ |
D | blacklist.c | 172 bin2hex(p, hash, hash_len); in get_raw_hash()
|
/linux-6.6.21/fs/ |
D | binfmt_misc.c | 533 dp = bin2hex(dp, e->magic, e->size); in entry_status() 536 dp = bin2hex(dp, e->mask, e->size); in entry_status()
|
/linux-6.6.21/crypto/asymmetric_keys/ |
D | x509_public_key.c | 213 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
D | asymmetric_type.c | 92 p = bin2hex(p, lookup, len); in find_asymmetric_key()
|
/linux-6.6.21/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 355 bin2hex(buf + n, di.cur_wkvp, sizeof(di.cur_wkvp)); in ep11_mkvps_show() 368 bin2hex(buf + n, di.new_wkvp, sizeof(di.new_wkvp)); in ep11_mkvps_show()
|
/linux-6.6.21/drivers/media/i2c/ccs/ |
D | ccs-reg-access.c | 395 bin2hex(printbuf, regdata, msg.len); in ccs_write_data_regs()
|
/linux-6.6.21/security/integrity/evm/ |
D | evm_crypto.c | 196 p = bin2hex(p, src, count); in dump_security_xattr_l()
|
/linux-6.6.21/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_dbg.c | 102 bin2hex(hex, src, size); in dr_dump_hex_print()
|
/linux-6.6.21/drivers/bus/ |
D | moxtet.c | 476 bin2hex(hex, bin, n); in input_read()
|
/linux-6.6.21/Documentation/kbuild/ |
D | makefiles.rst | 716 The following line tells kbuild that the program bin2hex shall be 721 hostprogs := bin2hex 723 Kbuild assumes in the above example that bin2hex is made from a single 724 c-source file named bin2hex.c located in the same directory as
|
/linux-6.6.21/fs/overlayfs/ |
D | namei.c | 695 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
|
/linux-6.6.21/drivers/net/netdevsim/ |
D | dev.c | 159 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
|
/linux-6.6.21/drivers/nvme/target/ |
D | core.c | 1560 bin2hex(subsys->serial, &serial, sizeof(serial)); in nvmet_subsys_alloc()
|
/linux-6.6.21/fs/nfsd/ |
D | nfs4recover.c | 1848 bin2hex(buf, src, srclen); in bin_to_hex_dup()
|
/linux-6.6.21/net/tipc/ |
D | crypto.c | 592 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()
|
/linux-6.6.21/kernel/bpf/ |
D | syscall.c | 2258 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo() 2941 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo()
|
D | core.c | 593 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()
|