Searched refs:bin2hex (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/oss/ |
D | Makefile | 44 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.1.27/lib/ |
D | hexdump.c | 67 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function 75 EXPORT_SYMBOL(bin2hex);
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | x509_public_key.c | 95 p = bin2hex(p, kid->data, kid->len); in x509_request_asymmetric_key() 312 p = bin2hex(p, q, srlen); in x509_key_preparse()
|
/linux-4.1.27/fs/ |
D | binfmt_misc.c | 552 dp = bin2hex(dp, e->magic, e->size); in entry_status() 555 dp = bin2hex(dp, e->mask, e->size); in entry_status()
|
/linux-4.1.27/include/linux/ |
D | kernel.h | 512 extern char *bin2hex(char *dst, const void *src, size_t count);
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 617 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
|