Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 202) sorted by relevance

123456789

/freebsd-12.1/tests/sys/opencrypto/
H A Dcryptotest.py110 iv = data['IV'].decode('hex')
111 aad = data['AAD'].decode('hex')
114 pt = data['PT'].decode('hex')
115 ct = data['CT'].decode('hex')
182 iv = data['IV'].decode('hex')
212 pt = data['PT'].decode('hex')
213 ct = data['CT'].decode('hex')
245 ct = data['CT'].decode('hex')
287 ct = data['CT'].decode('hex')
342 cipherkey = key.decode('hex')
[all …]
H A Dcryptodev.py497 return ''.join(s.split()).decode('hex')
642 …o(CRYPTO_AES_XTS, '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex'))
643 data = '52a42bca4e9425a25bbc8c8bf6129dec'.decode('hex')
644 ct = '517e602becd066b65fa4f4f56ddfe240'.decode('hex')
650 …o(CRYPTO_AES_XTS, '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex'))
651 data = '52a42bca4e9425a25bbc8c8bf6129dec'.decode('hex')
652 ct = '517e602becd066b65fa4f4f56ddfe240'.decode('hex')
664 key = '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex')
/freebsd-12.1/contrib/tcpdump/
H A Dprint-esp.c344 colon = strchr(decode, ':'); in espprint_decode_encalgo()
352 !strcmp(decode + strlen(decode) - strlen("-hmac96"), in espprint_decode_encalgo()
354 p = strstr(decode, "-hmac96"); in espprint_decode_encalgo()
359 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) { in espprint_decode_encalgo()
360 p = strstr(decode, "-cbc"); in espprint_decode_encalgo()
410 colon = strchr(decode, ':'); in espprint_decode_authalgo()
495 char *decode; in esp_print_decode_onesecret() local
503 decode = spikey; in esp_print_decode_onesecret()
510 decode = line; in esp_print_decode_onesecret()
573 if (decode) { in esp_print_decode_onesecret()
[all …]
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c194 operand1 = dbg->decode(&p, 2); in _dwarf_loc_fill_loc()
198 operand1 = (int16_t) dbg->decode(&p, 2); in _dwarf_loc_fill_loc()
205 operand1 = dbg->decode(&p, 4); in _dwarf_loc_fill_loc()
209 operand1 = (int32_t) dbg->decode(&p, 4); in _dwarf_loc_fill_loc()
215 operand1 = dbg->decode(&p, 8); in _dwarf_loc_fill_loc()
304 operand1 = dbg->decode(&p, pointer_size); in _dwarf_loc_fill_loc()
309 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
321 operand1 = dbg->decode(&p, s); in _dwarf_loc_fill_loc()
333 operand1 = dbg->decode(&p, pointer_size); in _dwarf_loc_fill_loc()
335 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
/freebsd-12.1/contrib/bearssl/src/x509/
H A Dskey_decoder.t0141 : decode-RSA ( lim -- lim )
152 decode-RSA-next
159 : decode-RSA-next ( lim -- lim )
195 : decode-EC ( lim curve -- lim )
207 curve decode-EC-next
214 : decode-EC-next ( lim curve -- lim )
259 : decode-PKCS8-next ( lim -- lim keytype )
280 \ Open private key value and decode it.
284 decode-RSA
286 curve decode-EC
[all …]
/freebsd-12.1/stand/i386/kgzldr/
H A Dboot.c64 static int decode(void);
78 err = decode(); in boot()
93 decode(void) in decode() function
/freebsd-12.1/tools/test/ptrace/
H A Dscescx.c92 } decode[] = { in decode_pl_flags() local
112 for (i = 0; i < sizeof(decode) / sizeof(decode[0]); i++) { in decode_pl_flags()
113 if ((flags & decode[i].flag) != 0) { in decode_pl_flags()
118 strlcat(c, decode[i].desc, sizeof(c)); in decode_pl_flags()
119 flags &= ~decode[i].flag; in decode_pl_flags()
/freebsd-12.1/usr.bin/morse/
H A Dmorse.c276 static void decode (char *), fdecode(FILE *);
433 decode(*argv); in main()
437 decode(p); in main()
630 decode(p); in fdecode()
639 decode(char *p) in decode() function
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_packet.c55 int (*decode)(struct pt_packet_unknown *, const struct pt_config *, in pt_pkt_read_unknown() local
62 decode = config->decode.callback; in pt_pkt_read_unknown()
63 if (!decode) in pt_pkt_read_unknown()
73 size = (*decode)(&packet->payload.unknown, config, pos, in pt_pkt_read_unknown()
74 config->decode.context); in pt_pkt_read_unknown()
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dcheck-common.h55 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
64 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *));
H A Dcheck-common.c201 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *), in generic_test()
285 ret = (*decode) (buf2, sz, data, &consumed_sz); in generic_test()
357 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *)) in generic_decode_fail()
404 ret = (*decode) (buf, tests[i].byte_len, data, &sz); in generic_decode_fail()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_chu.c330 u_char decode[20][16]; /* maximum-likelihood decoding matrix */ member
1276 up->decode[9][j] = up->decode[9][j - 1]; in chu_a()
1277 up->decode[19][j] = in chu_a()
1278 up->decode[19][j - 1]; in chu_a()
1280 up->decode[9][j] = up->decode[19][j] = 0; in chu_a()
1294 up->decode[i][up->cbuf[j] & 0xf]++; in chu_a()
1296 up->decode[i][(up->cbuf[j] >> 4) & 0xf]++; in chu_a()
1463 temp = up->decode[i][j] + up->decode[i + 10][j]; in chu_major()
1514 up->decode[i][j] = 0; in chu_clear()
/freebsd-12.1/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h73 uni_decode_f decode; member
82 uni_msg_decode_f decode; member
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h56 int (*decode)(void *, void*, int, int); member
67 int (*decode)(void *, void*, int, int); member
/freebsd-12.1/usr.bin/uudecode/
H A Duudecode.c75 static int decode(void);
139 rval |= decode(); in main()
145 rval = decode(); in main()
151 decode(void) in decode() function
/freebsd-12.1/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl52 my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
70 return prettyprint_token(ord(Encode::decode("UTF-8", $char)));
/freebsd-12.1/contrib/bzip2/
H A Dbzip2.c1782 Bool decode; in main() local
1837 decode = True; in main()
1839 if (ISFLAG("--")) { decode = False; continue; } in main()
1840 if (aa->name[0] == '-' && decode) continue; in main()
1965 decode = True; in main()
1968 if (aa->name[0] == '-' && decode) continue; in main()
1981 decode = True; in main()
1984 if (aa->name[0] == '-' && decode) continue; in main()
2000 decode = True; in main()
2002 if (ISFLAG("--")) { decode = False; continue; } in main()
[all …]
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py84 return ret.rstrip().decode("hex")
94 return ret.rstrip().decode("hex")
104 return ret.rstrip().decode("hex")
113 return ret.rstrip().decode("hex")
126 return res.decode("hex")
/freebsd-12.1/usr.bin/logger/
H A Dlogger.c71 static int decode(char *, const CODE *);
388 fac = decode(save, facilitynames); in pencode()
397 lev = decode(s, prioritynames); in pencode()
404 decode(char *name, const CODE *codetab) in decode() function
/freebsd-12.1/contrib/openmp/runtime/src/
H A DextractExternal.cpp215 string decode(__int64 x) const { in decode() function in StringTable
283 defined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
285 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
326 const string &s = stringTableOld.decode(e.name); in hideSymbols()
357 const string &s = stringTableOld.decode(e.name); in hideSymbols()
/freebsd-12.1/contrib/sendmail/src/
H A Daliases64 # Trap decode to catch security attacks
65 decode: root
/freebsd-12.1/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py78 return ret.rstrip().decode("hex")
88 return ret.rstrip().decode("hex")
98 return ret.rstrip().decode("hex")
/freebsd-12.1/contrib/bearssl/test/
H A Dtest_math.c42 void (*decode)(uint32_t *x, const void *src, size_t len); member
264 impl->decode(mp, ep, plen); in test_modint()
286 impl->decode(mv, ev, vlen); in test_modint()
312 impl->decode(mv, ev, vlen); in test_modint()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py37 stderr_lines = stderr_lines.decode("utf-8")
38 stdout_lines = stdout_lines.decode("utf-8")
68 tags = stdout.decode('utf-8').split()
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.texi228 @tab @url{decode.html#peer, peer status word}
376 of the @url{decode.html#peer, peer status word}.
384 association ID or @url{decode.html#kiss, kiss code}.
482 @url{decode.html, Event Messages and Status Words} page.
488 @url{decode.html#kiss, kiss codes}.
506 @url{decode.html#sys, system status word}
555 reference ID or @url{decode.html#kiss, kiss code}
657 @url{decode.html#peer, peer status word}
690 reference ID or @url{decode.html#kiss, kiss code}
725 @url{decode.html#flash, flash status word}
[all …]

123456789