Home
last modified time | relevance | path

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

12

/linux/drivers/target/
H A Dtarget_core_fabric_lib.c265 bin2hex(hex, buf + 4, 8); in sas_parse_pr_out_transport_id()
273 bin2hex(hex, buf + 8, 16); in srp_parse_pr_out_transport_id()
286 bin2hex(hex, buf + 8, 8); in sbp_parse_pr_out_transport_id()
/linux/lib/
H A Dhexdump.c88 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
96 EXPORT_SYMBOL(bin2hex);
/linux/drivers/target/iscsi/
H A Discsi_target_auth.c58 bin2hex(challenge_asciihex, chap->challenge, in chap_gen_challenge()
398 bin2hex(response, server_digest, chap->digest_size); in chap_server_compute_hash()
553 bin2hex(response, digest, chap->digest_size); in chap_server_compute_hash()
/linux/include/linux/
H A Dhex.h31 extern char *bin2hex(char *dst, const void *src, size_t count);
/linux/drivers/hwmon/pmbus/
H A Dq54sj108a2.c154 res = bin2hex(data_char, data, rc); in q54sj108a2_debugfs_read()
163 res = bin2hex(data_char, data, rc); in q54sj108a2_debugfs_read()
H A Ducd9000.c433 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
/linux/drivers/media/i2c/ccs/
H A Dccs-reg-access.c246 bin2hex(printbuf, regdata, len); in ccs_write_data_regs()
/linux/certs/
H A Dblacklist.c173 bin2hex(p, hash, hash_len); in get_raw_hash()
/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c210 p = bin2hex(p, q, srlen); in x509_key_preparse()
H A Dasymmetric_type.c85 p = bin2hex(p, lookup, len); in find_asymmetric_key()
/linux/fs/
H A Dbinfmt_misc.c609 dp = bin2hex(dp, e->magic, e->size); in entry_status()
612 dp = bin2hex(dp, e->mask, e->size); in entry_status()
/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c354 bin2hex(buf + n, di.cur_wkvp, sizeof(di.cur_wkvp)); in ep11_mkvps_show()
367 bin2hex(buf + n, di.new_wkvp, sizeof(di.new_wkvp)); in ep11_mkvps_show()
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-base.c71 p = bin2hex(version, reply, OMNIA_FW_VERSION_LEN); in omnia_get_version_hash()
/linux/security/integrity/evm/
H A Devm_crypto.c197 p = bin2hex(p, src, count); in dump_security_xattr_l()
/linux/drivers/char/tpm/
H A Dtpm-sysfs.c319 bin2hex(buf, chip->null_key_name, size); in null_name_show()
/linux/fs/ecryptfs/
H A Decryptfs_kernel.h46 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
/linux/drivers/bus/
H A Dmoxtet.c477 bin2hex(hex, bin, n); in input_read()
/linux/Documentation/kbuild/
H A Dmakefiles.rst745 The following line tells kbuild that the program bin2hex shall be
750 hostprogs := bin2hex
752 Kbuild assumes in the above example that bin2hex is made from a single
753 c-source file named bin2hex.c located in the same directory as
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_dbg.c204 bin2hex(hex, src, size); in dr_dump_hex_print()
/linux/fs/overlayfs/
H A Dnamei.c745 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
/linux/drivers/net/netdevsim/
H A Ddev.c160 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
/linux/fs/nfsd/
H A Dnfs4recover.c1715 bin2hex(buf, src, srclen); in bin_to_hex_dup()
/linux/drivers/nvme/target/
H A Dcore.c1838 bin2hex(subsys->serial, &serial, sizeof(serial)); in nvmet_subsys_alloc()
/linux/net/tipc/
H A Dcrypto.c592 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()
/linux/kernel/bpf/
H A Dsyscall.c2494 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo()
3390 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo()

12