/src/tests/ipf/ |
t_nat_ipf_exec.sh | 47 if [ $outfmt = hex ] ; then 72 test_case ni1 natipftest multi hex hex -T update_ipid=1 73 test_case ni2 natipftest single hex hex -T update_ipid=1 74 test_case ni3 natipftest single hex hex -T update_ipid=1 75 test_case ni4 natipftest single hex hex -T update_ipid=1 76 test_case ni5 natipftest single hex hex -T update_ipid= [all...] |
t_nat_exec.sh | 43 if [ $outfmt = hex ] ; then 70 test_case n8 nattest hex hex -T update_ipid=0 71 test_case n9 nattest hex hex -T update_ipid=0 72 test_case n10 nattest hex hex -T update_ipid=0 74 test_case n12 nattest hex hex -T update_ipid=0 78 test_case n16 nattest hex hex - [all...] |
t_filter_exec.sh | 43 if [ $outfmt = hex ] ; then 68 if [ $outfmt = hex ] ; then 91 if [ $outfmt = hex ] ; then 122 test_case f12 dotest hex hex 123 test_case f13 dotest hex hex 127 test_case f17 mtest hex hex 131 test_case f24 mtest hex tex [all...] |
t_logging.sh | 75 test_case l1 logtest hex hex
|
/src/sys/external/isc/libsodium/dist/test/default/ |
stream.c | 19 static char hex[2 * 192 + 1]; variable in typeref:typename:char[] 29 sodium_bin2hex(hex, sizeof hex, h, sizeof h); 30 printf("%s\n", hex); 40 sodium_bin2hex(hex, sizeof hex, h, sizeof h); 41 printf("%s\n", hex); 46 sodium_bin2hex(hex, sizeof hex, output, 64); 47 printf("%s\n", hex); [all...] |
kx.c | 19 char hex[65]; local in function:tv_kx 30 sodium_bin2hex(hex, sizeof hex, client_pk, crypto_kx_PUBLICKEYBYTES); 31 printf("client_pk: [%s]\n", hex); 32 sodium_bin2hex(hex, sizeof hex, client_sk, crypto_kx_SECRETKEYBYTES); 33 printf("client_sk: [%s]\n", hex); 92 sodium_bin2hex(hex, sizeof hex, server_rx, crypto_kx_SESSIONKEYBYTES); 93 printf("server_rx: [%s]\n", hex); [all...] |
scalarmult.c | 23 static char hex[crypto_scalarmult_BYTES * 2 + 1]; variable in typeref:typename:char[] 38 sodium_bin2hex(hex, sizeof hex, alicepk, crypto_scalarmult_BYTES); 39 printf("%s\n", hex); 42 sodium_bin2hex(hex, sizeof hex, bobpk, crypto_scalarmult_BYTES); 43 printf("%s\n", hex); 47 sodium_bin2hex(hex, sizeof hex, k, crypto_scalarmult_BYTES); 48 printf("%s\n", hex); [all...] |
kdf.c | 11 char hex[crypto_kdf_BYTES_MAX * 2 + 1]; local in function:tv_kdf 26 sodium_bin2hex(hex, sizeof hex, subkey, crypto_kdf_BYTES_MAX); 27 printf("%s\n", hex); 35 sodium_bin2hex(hex, sizeof hex, subkey, (size_t) i); 36 printf("%s\n", hex);
|
codecs.c | 15 const char *hex; local in function:main 24 hex = "Cafe : 6942"; 25 sodium_hex2bin(buf4, sizeof buf4, hex, strlen(hex), ": ", &bin_len, 29 printf("dt1: %ld\n", (long) (hex_end - hex)); 31 hex = "Cafe : 6942"; 32 sodium_hex2bin(buf4, sizeof buf4, hex, strlen(hex), ": ", &bin_len, NULL); 36 hex = "deadbeef"; 37 if (sodium_hex2bin(buf1, 1U, hex, 8U, NULL, &bin_len, &hex_end) != -1) [all...] |
aead_aes256gcm.c | 3091 char *hex; local in function:tv 3148 hex = (char *) sodium_malloc((size_t) ciphertext_len * 2 + 1); 3149 sodium_bin2hex(hex, (size_t) ciphertext_len * 2 + 1, 3151 printf("Computed: [%s]\n", hex); 3152 sodium_free(hex); 3162 hex = (char *) sodium_malloc((size_t) found_ciphertext_len * 2 + 1); 3163 sodium_bin2hex(hex, (size_t) found_ciphertext_len * 2 + 1, 3165 printf("Computed: [%s]\n", hex); 3166 sodium_free(hex);
|
/src/lib/libm/arch/m68060/ |
Makefile | 10 all: fplsp.hex fplsp_wrap.S 15 fplsp.hex: ${FPLSP_SA} ${ASM2GAS} makeoffs.awk 16 ${HOST_SH} ${ASM2GAS} ${FPLSP_SA} | awk -f makeoffs.awk > fplsp.hex 23 -rm ${ARCH_SRCS} ${ARCH_ADDS} fplsp.hex Makefile.list
|
/src/tests/fs/cd9660/ |
Makefile | 10 FILES= pr_48787.image.hex
|
/src/sys/arch/m68k/060sp/dist/ |
readme | 41 fpsp.sa Full FP Kernel Module - hex image 45 pfpsp.sa Partial FP Kernel Module - hex image 48 fplsp.sa FP Library Module - hex image 52 isp.sa Integer Unimplemented Kernel Module - hex image 56 ilsp.sa Integer Unimplemented Library Module - hex image 67 was connected properly; hex image 71 connected properly; hex image
|
/src/sys/arch/emips/stand/common/ |
printf.c | 36 const char *hex = "0123456789abcdef"; local in function:printf 73 *s++ = hex[u & 0xfu];
|
/src/tests/usr.bin/xlint/lint1/ |
lang_level_c99.c | 142 double hex = 0x1.0p34; local in function:hexadecimal_floating_point_constants 143 pf("%s %a\n", "hex", hex);
|
/src/lib/libc/md/ |
mdXhl.c | 50 static const char hex[]="0123456789abcdef"; local in function:WA 62 buf[i+i] = hex[(u_int32_t)digest[i] >> 4]; 63 buf[i+i+1] = hex[digest[i] & 0x0f];
|
/src/sys/arch/ews4800mips/stand/common/ |
fileread_bfs.c | 60 const char hex[] = "0123456789ABCDEF"; 68 msg[i*3] = hex[v]; 70 msg[i*3+1] = hex[v];
|
/src/sys/external/bsd/acpica/dist/tests/templates/ |
Makefile | 33 rm -f *.asl *.aml *.dsl *.hex diff.log
|
/src/usr.bin/m4/ |
tokenizer.l | 44 hex 0[xX][0-9a-fA-F]+ 51 {hex}|{oct}|{dec} { yylval = number(); return(NUMBER); }
|
/src/common/dist/zlib/test/ |
infcover.c | 239 decodes liberally, in that hex digits can be adjacent, in which case two in 240 a row writes a byte. Or they can be delimited by any non-hex character, 241 where the delimiters are ignored except when a single hex digit is followed 245 local unsigned char *h2b(const char *hex, unsigned *len) 250 in = malloc((strlen(hex) + 1) >> 1); 256 if (*hex >= '0' && *hex <= '9') 257 val = (val << 4) + *hex - '0'; 258 else if (*hex >= 'A' && *hex <= 'F' [all...] |
/src/regress/sys/fs/lfs/ckckp/ |
check-all | 125 if (hex $sumloc{$i} == 0 && $i > 0) { 171 $blstart = hex $sumloc{$i}; 174 $blstop = hex $sumloc{$i + 1}; 182 print "pseg $i: write blocks ", hex $blstart, "-", hex ($blstop - 1), "\n"; 238 # But don't count hex numbers as "lowercase". 262 $errstr = "1 $k 0x$a <" . (hex $?) . ">"; 276 if (hex($a) > hex($lastaddr)) {
|
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
codecs.c | 14 sodium_bin2hex(char *const hex, const size_t hex_maxlen, 30 hex[i * 2U] = (char) x; 32 hex[i * 2U + 1U] = (char) x; 35 hex[i * 2U] = 0U; 37 return hex; 42 const char *const hex, const size_t hex_len, 57 c = (unsigned char) hex[hex_pos]; 92 *hex_end = &hex[hex_pos];
|
/src/tests/bin/sleep/ |
t_sleep.sh | 51 atf_test_case hex 90 atf_add_test_case hex
|
/src/sys/arch/x68k/stand/common/ |
chkfmt.s | 30 | output: d0.l: min # sector (N C H R (2hex)) 31 | d1.l: max # sector (N C H R (2hex)) 86 | output: d3.l: sector information: N C H R (2hex) 112 movel %d3,%d7 | d7: FDC status: X ST0 ST1 ST2 (2hex) 114 jbsr fdc_read_bytes | d3: sector info: C H R N (2hex) 115 rorl #8,%d3 | d3: sector info: N C H R (2hex)
|
/src/lib/libedit/ |
parse.c | 182 const wchar_t hex[] = L"0123456789ABCDEF"; local in function:parse__escape 189 h = wcschr(hex, *p++); 193 c = (c << 4) | ((int)(h - hex));
|