Searched refs:decode (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/usr.sbin/vidcontrol/
H A Ddecode.h3 int decode(FILE *fd, char *buffer, int len);
H A DMakefile4 SRCS= vidcontrol.c decode.c
H A Ddecode.c33 "$FreeBSD: stable/11/usr.sbin/vidcontrol/decode.c 330449 2018-03-05 07:26:05Z eadler $";
38 #include "decode.h"
40 int decode(FILE *fd, char *buffer, int len) function
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptotest.py94 cipherkey = data['Key'].decode('hex')
95 iv = data['IV'].decode('hex')
96 aad = data['AAD'].decode('hex')
97 tag = data['Tag'].decode('hex')
99 pt = data['PT'].decode('hex')
100 ct = data['CT'].decode('hex')
147 cipherkey = data['KEY'].decode('hex')
148 iv = data['IV'].decode('hex')
149 pt = data['PLAINTEXT'].decode('hex')
150 ct = data['CIPHERTEXT'].decode('he
[all...]
H A Dcryptodev.py391 return ''.join(s.split()).decode('hex')
536 c = Crypto(CRYPTO_AES_XTS, '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex'))
537 data = '52a42bca4e9425a25bbc8c8bf6129dec'.decode('hex')
538 ct = '517e602becd066b65fa4f4f56ddfe240'.decode('hex')
544 c = Crypto(CRYPTO_AES_XTS, '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex'))
545 data = '52a42bca4e9425a25bbc8c8bf6129dec'.decode('hex')
546 ct = '517e602becd066b65fa4f4f56ddfe240'.decode('hex')
558 key = '1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997d44707db41382'.decode('hex')
/freebsd-11-stable/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 Dasn1-template.h105 asn1_type_decode decode; member in struct:asn1_type_func
H A Dcheck-common.c201 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
284 current_state = "decode";
285 ret = (*decode) (buf2, sz, data, &consumed_sz);
334 map_free(buf2_map, tests[i].name, "decode");
357 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *))
403 current_state = "decode";
404 ret = (*decode) (buf, tests[i].byte_len, data, &sz);
/freebsd-11-stable/stand/i386/kgzldr/
H A Dboot.c64 static int decode(void);
78 err = decode();
93 decode(void) function
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c200 /* see if we can find the SA, and if so, decode it */
351 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
357 char *decode, struct sa_list *sa)
364 colon = strchr(decode, ':');
366 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
371 if (strlen(decode) > strlen("-hmac96") &&
372 !strcmp(decode + strlen(decode) - strlen("-hmac96"),
374 p = strstr(decode, "
356 espprint_decode_encalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
425 espprint_decode_authalgo(netdissect_options *ndo, char *decode, struct sa_list *sa) argument
515 char *decode; local
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h50 * decode functions must be defined. A structure of the same format
73 uni_decode_f decode; member in struct:iedecl
82 uni_msg_decode_f decode; member in struct:msgdecl
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h56 int (*decode)(void *, void*, int, int); member in struct:sec_client_mech
67 int (*decode)(void *, void*, int, int); member in struct:sec_server_mech
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DHeader.h43 /// When endianness is swapped, the Header::decode() function should be used to
44 /// decode the header.
111 static llvm::Expected<Header> decode(DataExtractor &Data);
H A DRange.h61 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
105 /// See the AddressRange comment for the encode and decode methods for full
108 void decode(DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset);
H A DInlineInfo.h82 /// Clients have the option to decode an entire InlineInfo object (using
83 /// InlineInfo::decode() ) or just find the matching inline info using this
107 /// decode the correct addresses for the inline information.
152 static llvm::Expected<InlineInfo> decode(DataExtractor &Data,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 Inline.Ranges.decode(Data, BaseAddr, Offset);
167 /// A local helper function to decode InlineInfo objects. This function is
170 /// \param Data The data extractor to decode from.
171 /// \param Offset The offset within \a Data to decode from.
175 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, function
181 Inline.Ranges.decode(Data, BaseAddr, Offset);
206 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr);
218 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, function in class:InlineInfo
221 return ::decode(Data, Offset, BaseAddr);
H A DRange.cpp76 void AddressRange::decode(DataExtractor &Data, uint64_t BaseAddr, function in class:AddressRange
93 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, function in class:AddressRanges
101 Range.decode(Data, BaseAddr, Offset);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c194 operand1 = dbg->decode(&p, 2);
198 operand1 = (int16_t) dbg->decode(&p, 2);
205 operand1 = dbg->decode(&p, 4);
209 operand1 = (int32_t) dbg->decode(&p, 4);
215 operand1 = dbg->decode(&p, 8);
304 operand1 = dbg->decode(&p, pointer_size);
309 operand1 = dbg->decode(&p, offset_size);
321 operand1 = dbg->decode(&p, s);
333 operand1 = dbg->decode(&p, pointer_size);
335 operand1 = dbg->decode(
[all...]
/freebsd-11-stable/tools/test/ptrace/
H A Dscescx.c92 } decode[] = { local
112 for (i = 0; i < sizeof(decode) / sizeof(decode[0]); i++) {
113 if ((flags & decode[i].flag) != 0) {
118 strlcat(c, decode[i].desc, sizeof(c));
119 flags &= ~decode[i].flag;
/freebsd-11-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl52 my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
73 return prettyprint_token(ord(Encode::decode("UTF-8", $char)));
/freebsd-11-stable/contrib/gdb/include/
H A Dxtensa-isa-internal.h31 /* Encode/decode function types for immediate operands. */
43 /* Instruction decode function type. */
60 xtensa_immed_decode_fn decode; /* Decode the value from the field. */ member in struct:xtensa_operand_internal_struct
/freebsd-11-stable/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-11-stable/usr.bin/logger/
H A Dlogger.c60 static int decode(char *, const CODE *);
258 fac = decode(save, facilitynames);
267 lev = decode(s, prioritynames);
274 decode(char *name, const CODE *codetab) function
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c276 static void decode (char *), fdecode(FILE *);
433 decode(*argv);
437 decode(p);
630 decode(p);
639 decode(char *p) function
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c73 static int decode(void);
114 rflag = 1; /* decode raw data */
137 rval |= decode();
143 rval = decode();
149 decode(void) function
348 #define DEC(c) (((c) - ' ') & 077) /* single character decode */

Completed in 286 milliseconds

123