Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
DMakefile44 hostprogs-y := bin2hex hex2hex
62 $(obj)/msndperm.c: $(patsubst "%", %, $(CONFIG_MSNDCLAS_PERM_FILE)) $(obj)/bin2hex
63 $(obj)/bin2hex msndperm < $< > $@
65 $(obj)/msndinit.c: $(patsubst "%", %, $(CONFIG_MSNDCLAS_INIT_FILE)) $(obj)/bin2hex
66 $(obj)/bin2hex msndinit < $< > $@
72 $(obj)/pndsperm.c: $(patsubst "%", %, $(CONFIG_MSNDPIN_PERM_FILE)) $(obj)/bin2hex
73 $(obj)/bin2hex pndsperm < $< > $@
75 $(obj)/pndspini.c: $(patsubst "%", %, $(CONFIG_MSNDPIN_INIT_FILE)) $(obj)/bin2hex
76 $(obj)/bin2hex pndspini < $< > $@
84 $(obj)/pss_boot.h: $(patsubst "%", %, $(CONFIG_PSS_BOOT_FILE)) $(obj)/bin2hex
[all …]
/linux-4.4.14/lib/
Dhexdump.c68 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
76 EXPORT_SYMBOL(bin2hex);
/linux-4.4.14/crypto/asymmetric_keys/
Dx509_public_key.c109 p = bin2hex(p, lookup, len); in x509_request_asymmetric_key()
346 p = bin2hex(p, q, srlen); in x509_key_preparse()
/linux-4.4.14/fs/
Dbinfmt_misc.c552 dp = bin2hex(dp, e->magic, e->size); in entry_status()
555 dp = bin2hex(dp, e->mask, e->size); in entry_status()
/linux-4.4.14/include/linux/
Dkernel.h519 extern char *bin2hex(char *dst, const void *src, size_t count);
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt617 The following line tells kbuild that the program bin2hex shall be
621 hostprogs-y := bin2hex
623 Kbuild assumes in the above example that bin2hex is made from a single
624 c-source file named bin2hex.c located in the same directory as