Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/lib/
Dhexdump.c66 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
74 EXPORT_SYMBOL(bin2hex);
/Linux-v5.10/drivers/target/iscsi/
Discsi_target_auth.c57 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/
Dkeyring_handler.c32 bin2hex(p, data, len); in uefi_blacklist_hash()
/Linux-v5.10/certs/
Dblacklist.c122 bin2hex(p, hash, hash_len); in is_hash_blacklisted()
/Linux-v5.10/crypto/asymmetric_keys/
Dx509_public_key.c216 p = bin2hex(p, q, srlen); in x509_key_preparse()
Dasymmetric_type.c80 p = bin2hex(p, lookup, len); in find_asymmetric_key()
/Linux-v5.10/fs/
Dbinfmt_misc.c531 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/
Dzcrypt_cex4.c335 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/
Ddiscovery.c263 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_disc_identify()
Dadmin-cmd.c354 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_identify_ctrl()
/Linux-v5.10/kernel/
Dcrash_core.c412 bin2hex(build_id, s, n_descsz); in add_build_id_vmcoreinfo()
/Linux-v5.10/drivers/hwmon/pmbus/
Ducd9000.c418 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
/Linux-v5.10/fs/ecryptfs/
Decryptfs_kernel.h44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
/Linux-v5.10/include/linux/
Dkernel.h640 extern char *bin2hex(char *dst, const void *src, size_t count);
/Linux-v5.10/drivers/bus/
Dmoxtet.c476 bin2hex(hex, bin, n); in input_read()
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst649 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/
Dnamei.c621 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
/Linux-v5.10/drivers/net/netdevsim/
Ddev.c124 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
/Linux-v5.10/fs/nfsd/
Dnfs4recover.c1846 bin2hex(buf, src, srclen); in bin_to_hex_dup()
/Linux-v5.10/kernel/bpf/
Dsyscall.c1803 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()
Dcore.c562 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()
/Linux-v5.10/net/tipc/
Dcrypto.c585 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()