Home
last modified time | relevance | path

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

12

/openbmc/u-boot/test/lib/
H A Dhexdump.c71 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 Dut.h89 bin2hex(__buf1, val1, min(__len, (uint)32)); \
90 bin2hex(__buf2, val2, min(__len, (uint)32)); \
/openbmc/linux/lib/
H A Dhexdump.c87 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
95 EXPORT_SYMBOL(bin2hex);
/openbmc/linux/include/linux/
H A Dhex.h31 extern char *bin2hex(char *dst, const void *src, size_t count);
/openbmc/linux/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()
/openbmc/u-boot/include/
H A Dhexdump.h75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
/openbmc/linux/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.c488 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
/openbmc/linux/certs/
H A Dblacklist.c172 bin2hex(p, hash, hash_len); in get_raw_hash()
/openbmc/linux/fs/
H A Dbinfmt_misc.c580 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 Dx509_public_key.c213 p = bin2hex(p, q, srlen); in x509_key_preparse()
H A Dasymmetric_type.c93 p = bin2hex(p, lookup, len); in find_asymmetric_key()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c355 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 Defi_variable.c485 s = bin2hex(s, data, data_size); in efi_set_variable()
/openbmc/linux/security/integrity/evm/
H A Devm_crypto.c196 p = bin2hex(p, src, count); in dump_security_xattr_l()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-reg-access.c395 bin2hex(printbuf, regdata, msg.len); in ccs_write_data_regs()
/openbmc/linux/fs/ecryptfs/
H A Decryptfs_kernel.h44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c102 bin2hex(hex, src, size); in dr_dump_hex_print()
/openbmc/linux/drivers/bus/
H A Dmoxtet.c476 bin2hex(hex, bin, n); in input_read()
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst716 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 Dnamei.c695 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
/openbmc/linux/drivers/net/netdevsim/
H A Ddev.c159 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
/openbmc/linux/drivers/nvme/target/
H A Dcore.c1573 bin2hex(subsys->serial, &serial, sizeof(serial)); in nvmet_subsys_alloc()
/openbmc/linux/fs/nfsd/
H A Dnfs4recover.c1857 bin2hex(buf, src, srclen); in bin_to_hex_dup()
/openbmc/linux/net/tipc/
H A Dcrypto.c592 bin2hex(tmp->hint, ukey->key + keylen - TIPC_AEAD_HINT_LEN, in tipc_aead_init()

12