/openbmc/u-boot/test/lib/ |
H A D | hexdump.c | 71 bin2hex(dst, "\x64\x94\x21\xde", 4); in lib_test_bin2hex() 73 bin2hex(dst, "\xaa\x2e\x75\x45", 4); in lib_test_bin2hex() 75 bin2hex(dst, "\x75\x45\x3b\xc5", 4); in lib_test_bin2hex() 77 bin2hex(dst, "\xa1\x68\x84\xc3", 4); in lib_test_bin2hex() 79 bin2hex(dst, "\x15\x6b\x2e\x5e", 4); in lib_test_bin2hex() 81 bin2hex(dst, "\x2e\x03\x5f\xff", 4); in lib_test_bin2hex() 83 bin2hex(dst, "\x0f\xfc\xe9\x9f", 4); in lib_test_bin2hex() 85 bin2hex(dst, "\xd3\x99\x94\x43", 4); in lib_test_bin2hex() 87 bin2hex(dst, "\x91\xdd\x87\xbc", 4); in lib_test_bin2hex() 89 bin2hex(dst, "\x7f\xec\x89\x63", 4); in lib_test_bin2hex()
|
/openbmc/u-boot/include/test/ |
H A D | ut.h | 89 bin2hex(__buf1, val1, min(__len, (uint)32)); \ 90 bin2hex(__buf2, val2, min(__len, (uint)32)); \
|
/openbmc/linux/lib/ |
H A D | hexdump.c | 87 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 95 EXPORT_SYMBOL(bin2hex);
|
/openbmc/linux/include/linux/ |
H A D | hex.h | 31 extern char *bin2hex(char *dst, const void *src, size_t count);
|
/openbmc/linux/drivers/target/iscsi/ |
H A 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()
|
/openbmc/u-boot/include/ |
H A D | hexdump.h | 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A 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()
|
H A D | ucd9000.c | 488 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
|
/openbmc/linux/certs/ |
H A D | blacklist.c | 172 bin2hex(p, hash, hash_len); in get_raw_hash()
|
/openbmc/linux/fs/ |
H A D | binfmt_misc.c | 580 dp = bin2hex(dp, e->magic, e->size); in entry_status() 583 dp = bin2hex(dp, e->mask, e->size); in entry_status()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 213 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
H A D | asymmetric_type.c | 93 p = bin2hex(p, lookup, len); in find_asymmetric_key()
|
/openbmc/linux/drivers/s390/crypto/ |
H A 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()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 485 s = bin2hex(s, data, data_size); in efi_set_variable()
|
/openbmc/linux/security/integrity/evm/ |
H A D | evm_crypto.c | 196 p = bin2hex(p, src, count); in dump_security_xattr_l()
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-reg-access.c | 395 bin2hex(printbuf, regdata, msg.len); in ccs_write_data_regs()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_dbg.c | 102 bin2hex(hex, src, size); in dr_dump_hex_print()
|
/openbmc/linux/drivers/bus/ |
H A D | moxtet.c | 476 bin2hex(hex, bin, n); in input_read()
|
/openbmc/linux/Documentation/kbuild/ |
H A 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
|
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | 695 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
|
/openbmc/linux/drivers/net/netdevsim/ |
H A D | dev.c | 159 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | core.c | 1573 bin2hex(subsys->serial, &serial, sizeof(serial)); in nvmet_subsys_alloc()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4recover.c | 1857 bin2hex(buf, src, srclen); in bin_to_hex_dup()
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 592 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()
|