Searched refs:bin2hex (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A DMakefile77 hostprogs-y := bin2hex hex2hex
95 $(obj)/msndperm.c: $(patsubst "%", %, $(CONFIG_MSNDCLAS_PERM_FILE)) $(obj)/bin2hex
96 $(obj)/bin2hex msndperm < $< > $@
98 $(obj)/msndinit.c: $(patsubst "%", %, $(CONFIG_MSNDCLAS_INIT_FILE)) $(obj)/bin2hex
99 $(obj)/bin2hex msndinit < $< > $@
105 $(obj)/pndsperm.c: $(patsubst "%", %, $(CONFIG_MSNDPIN_PERM_FILE)) $(obj)/bin2hex
106 $(obj)/bin2hex pndsperm < $< > $@
108 $(obj)/pndspini.c: $(patsubst "%", %, $(CONFIG_MSNDPIN_INIT_FILE)) $(obj)/bin2hex
109 $(obj)/bin2hex pndspini < $< > $@
117 $(obj)/pss_boot.h: $(patsubst "%", %, $(CONFIG_PSS_BOOT_FILE)) $(obj)/bin2hex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl286 return bin2hex($data);
298 return bin2hex($data);
334 #bin2hex not needed as the '-hex' already converts it
349 $iv = "-iv ".bin2hex($iv) if ($iv);
351 my $out = "openssl enc -'$cipher' $enc -nopad -nosalt -bufsize $bufsize -K ".bin2hex($key)." $iv";
353 $out = "rc4 -k " . bin2hex($key) if $opt{'R'};
462 $iv = "--iv ".bin2hex($iv) if ($iv);
464 my $program="fipsdrv --binary --key ".bin2hex($key)." $iv --algo '$cipher' --chunk '$bufsize' $enc";
478 $iv = "--iv ".bin2hex($iv) if ($iv);
593 return bin2hex(
681 sub bin2hex($) { subroutine
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c52 int bin2hex(const unsigned char *in,int len,char *out) function
78 bin2hex(val,len,obuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c207 int bin2hex(unsigned char *in, int len, char *out) function
258 olen = bin2hex(val, len, obuf);
267 olen = bin2hex(val, len, obuf);
279 olen=bin2hex(val,len,obuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_desmovs.c207 int bin2hex(unsigned char *in, int len, char *out) function
258 olen = bin2hex(val, len, obuf);
267 olen = bin2hex(val, len, obuf);
279 olen=bin2hex(val,len,obuf);
H A Dfips_aesavs.c241 int bin2hex(unsigned char *in, int len, char *out) function
292 olen = bin2hex(val, len, obuf);
305 olen=bin2hex(val,len,obuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c23 bin2hex(hex_value, (char*)hash_value, hash_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_cap.c373 #define bin2hex(c) bin2hex_table[(unsigned char)(c)] macro
414 *out++ = bin2hex (((*from)>>4)&0x0f);
415 *out++ = bin2hex ((*from)&0x0f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aesavs.c241 int bin2hex(unsigned char *in, int len, char *out) function
292 olen = bin2hex(val, len, obuf);
305 olen=bin2hex(val,len,obuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c375 char *bin2hex(char *p, const char *cp, int count) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c376 bin2hex(bigbuf_net, optbuf, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h460 char *bin2hex(char *buf, const char *cp, int count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsvlogd.c174 bin2hex(s, (char*)pack, 12);

Completed in 208 milliseconds