/Linux-v5.10/lib/ |
D | hexdump.c | 66 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 74 EXPORT_SYMBOL(bin2hex);
|
/Linux-v5.10/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 57 bin2hex(challenge_asciihex, chap->challenge, in chap_gen_challenge() 354 bin2hex(response, server_digest, chap->digest_size); in chap_server_compute_hash() 480 bin2hex(response, digest, chap->digest_size); in chap_server_compute_hash()
|
/Linux-v5.10/security/integrity/platform_certs/ |
D | keyring_handler.c | 32 bin2hex(p, data, len); in uefi_blacklist_hash()
|
/Linux-v5.10/certs/ |
D | blacklist.c | 122 bin2hex(p, hash, hash_len); in is_hash_blacklisted()
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | x509_public_key.c | 216 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
D | asymmetric_type.c | 80 p = bin2hex(p, lookup, len); in find_asymmetric_key()
|
/Linux-v5.10/fs/ |
D | binfmt_misc.c | 531 dp = bin2hex(dp, e->magic, e->size); in entry_status() 534 dp = bin2hex(dp, e->mask, e->size); in entry_status()
|
/Linux-v5.10/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 335 bin2hex(buf + n, di.cur_wkvp, sizeof(di.cur_wkvp)); in ep11_mkvps_show() 347 bin2hex(buf + n, di.new_wkvp, sizeof(di.new_wkvp)); in ep11_mkvps_show()
|
/Linux-v5.10/drivers/nvme/target/ |
D | discovery.c | 263 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_disc_identify()
|
D | admin-cmd.c | 354 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_identify_ctrl()
|
/Linux-v5.10/kernel/ |
D | crash_core.c | 412 bin2hex(build_id, s, n_descsz); in add_build_id_vmcoreinfo()
|
/Linux-v5.10/drivers/hwmon/pmbus/ |
D | ucd9000.c | 418 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
|
/Linux-v5.10/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 640 extern char *bin2hex(char *dst, const void *src, size_t count);
|
/Linux-v5.10/drivers/bus/ |
D | moxtet.c | 476 bin2hex(hex, bin, n); in input_read()
|
/Linux-v5.10/Documentation/kbuild/ |
D | makefiles.rst | 649 The following line tells kbuild that the program bin2hex shall be 654 hostprogs := bin2hex 656 Kbuild assumes in the above example that bin2hex is made from a single 657 c-source file named bin2hex.c located in the same directory as
|
/Linux-v5.10/fs/overlayfs/ |
D | namei.c | 621 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
|
/Linux-v5.10/drivers/net/netdevsim/ |
D | dev.c | 124 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
|
/Linux-v5.10/fs/nfsd/ |
D | nfs4recover.c | 1846 bin2hex(buf, src, srclen); in bin_to_hex_dup()
|
/Linux-v5.10/kernel/bpf/ |
D | syscall.c | 1803 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo() 2383 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo()
|
D | core.c | 562 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()
|
/Linux-v5.10/net/tipc/ |
D | crypto.c | 585 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()
|