Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dhexdump.c87 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
95 EXPORT_SYMBOL(bin2hex);
/linux-6.15/include/linux/
H A Dhex.h31 extern char *bin2hex(char *dst, const void *src, size_t count);
/linux-6.15/drivers/target/iscsi/
H A Discsi_target_auth.c57 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.15/drivers/hwmon/pmbus/
H A Dq54sj108a2.c152 res = bin2hex(data, data_char, 32); in q54sj108a2_debugfs_read()
161 res = bin2hex(data, data_char, 4); in q54sj108a2_debugfs_read()
H A Ducd9000.c430 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
/linux-6.15/drivers/media/i2c/ccs/
H A Dccs-reg-access.c252 bin2hex(printbuf, regdata, len); in ccs_write_data_regs()
/linux-6.15/crypto/asymmetric_keys/
H A Dx509_public_key.c197 p = bin2hex(p, q, srlen); in x509_key_preparse()
H A Dasymmetric_type.c83 p = bin2hex(p, lookup, len); in find_asymmetric_key()
/linux-6.15/certs/
H A Dblacklist.c172 bin2hex(p, hash, hash_len); in get_raw_hash()
/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_cex4.c359 bin2hex(buf + n, di.cur_wkvp, sizeof(di.cur_wkvp)); in ep11_mkvps_show()
372 bin2hex(buf + n, di.new_wkvp, sizeof(di.new_wkvp)); in ep11_mkvps_show()
/linux-6.15/drivers/platform/cznic/
H A Dturris-omnia-mcu-base.c71 p = bin2hex(version, reply, OMNIA_FW_VERSION_LEN); in omnia_get_version_hash()
/linux-6.15/fs/
H A Dbinfmt_misc.c608 dp = bin2hex(dp, e->magic, e->size); in entry_status()
611 dp = bin2hex(dp, e->mask, e->size); in entry_status()
/linux-6.15/security/integrity/evm/
H A Devm_crypto.c196 p = bin2hex(p, src, count); in dump_security_xattr_l()
/linux-6.15/drivers/char/tpm/
H A Dtpm-sysfs.c319 bin2hex(buf, chip->null_key_name, size); in null_name_show()
/linux-6.15/fs/ecryptfs/
H A Decryptfs_kernel.h44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
/linux-6.15/drivers/bus/
H A Dmoxtet.c476 bin2hex(hex, bin, n); in input_read()
/linux-6.15/Documentation/kbuild/
H A Dmakefiles.rst741 The following line tells kbuild that the program bin2hex shall be
746 hostprogs := bin2hex
748 Kbuild assumes in the above example that bin2hex is made from a single
749 c-source file named bin2hex.c located in the same directory as
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_dbg.c203 bin2hex(hex, src, size); in dr_dump_hex_print()
/linux-6.15/fs/overlayfs/
H A Dnamei.c711 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
/linux-6.15/drivers/net/netdevsim/
H A Ddev.c159 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
/linux-6.15/drivers/nvme/target/
H A Dcore.c1795 bin2hex(subsys->serial, &serial, sizeof(serial)); in nvmet_subsys_alloc()
/linux-6.15/fs/nfsd/
H A Dnfs4recover.c1874 bin2hex(buf, src, srclen); in bin_to_hex_dup()
/linux-6.15/net/tipc/
H A Dcrypto.c592 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()
/linux-6.15/kernel/bpf/
H A Dsyscall.c2442 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo()
3238 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo()
H A Dcore.c607 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()