| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0004-utils-Use-the-host-toolchain-to-build.patch | 39 mkdiskimage: mkdiskimage.in ../mbr/mbr.bin bin2hex.pl 40 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | hexdump.c | 95 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 103 EXPORT_SYMBOL(bin2hex);
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 57 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hexdump.h | 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
|
| /OK3568_Linux_fs/kernel/security/integrity/platform_certs/ |
| H A D | keyring_handler.c | 32 bin2hex(p, data, len); in uefi_blacklist_hash()
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | blacklist.c | 128 bin2hex(p, hash, hash_len); in is_hash_blacklisted()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_misc.c | 531 dp = bin2hex(dp, e->magic, e->size); in entry_status() 534 dp = bin2hex(dp, e->mask, e->size); in entry_status()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | x509_public_key.c | 216 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
| H A D | asymmetric_type.c | 80 p = bin2hex(p, lookup, len); in find_asymmetric_key()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_cex4.c | 335 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()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | discovery.c | 265 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_disc_identify()
|
| H A D | admin-cmd.c | 354 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_identify_ctrl()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | crash_core.c | 412 bin2hex(build_id, s, n_descsz); in add_build_id_vmcoreinfo()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | ucd9000.c | 418 res = bin2hex(str, buffer, min(rc, I2C_SMBUS_BLOCK_MAX)); in ucd9000_debugfs_read_mfr_status()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 44 char *end = bin2hex(dst, src, src_size); in ecryptfs_to_hex()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 644 extern char *bin2hex(char *dst, const void *src, size_t count);
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | moxtet.c | 476 bin2hex(hex, bin, n); in input_read()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1010 bin2hex
|
| H A D | abi_gki_aarch64_generic | 47 bin2hex
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | makefiles.rst | 649 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
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 622 s = bin2hex(n, fh->buf, fh->fb.len); in ovl_get_index_name_fh()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 284 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 304 bin2hex(str_id, id.bytes, sizeof(id.bytes)); in get_index_filename() 315 bin2hex(str_id, id.bytes, sizeof(id.bytes)); in get_incomplete_filename() 3652 bin2hex(id, file.id.bytes, sizeof(incfs_uuid_t)); in inotify_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | dev.c | 124 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | data_mgmt.c | 196 end = bin2hex(result, id.bytes, sizeof(id.bytes)); in file_id_to_str()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4recover.c | 1848 bin2hex(buf, src, srclen); in bin_to_hex_dup()
|