Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-12.1/contrib/bearssl/src/x509/
H A Dskey_decoder.t0140 \ Decode RSA key, starting with the SEQUENCE tag.
157 \ Decode RSA key; the version, and the tag for the modulus, have been
194 \ Decode an EC key, starting with the SEQUENCE tag.
212 \ Decode an EC key; the version, and the tag for the OCTET STRING, have
257 \ Decode a PKCS#8 object. The version and the tag for the AlgorithmIdentifier
260 \ Decode the AlgorithmIdentifier.
297 \ Decode a private key.
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c836 p->p.Decode(p, 0, size0); in Range_DecodeBit_RAR()
841 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0); in Range_DecodeBit_RAR()
849 p->p.Decode = Range_Decode_7z; in Ppmd7z_RangeDec_CreateVTable()
856 p->p.Decode = Range_Decode_RAR; in PpmdRAR_RangeDec_CreateVTable()
873 rc->Decode(rc, 0, s->Freq); in Ppmd7_DecodeSymbol()
886 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol()
897 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt); in Ppmd7_DecodeSymbol()
957 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol()
966 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol()
H A Darchive_ppmd7_private.h69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
/freebsd-12.1/sys/kern/
H A Dmd4c.c59 static void Decode PROTO_LIST
189 Decode (x, block, 64); in MD4Transform()
275 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
H A Dmd5c.c51 #define Decode memcpy macro
80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
241 Decode (x, block, 64);
/freebsd-12.1/lib/libmd/
H A Dmd4c.c60 static void Decode PROTO_LIST
197 Decode (x, block, 64);
284 static void Decode (output, input, len) in Decode() function
H A Dmd5c.c55 #define Decode memcpy macro
79 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
233 Decode (x, block, 64); in MD5Transform()
/freebsd-12.1/contrib/opie/libopie/
H A Dmd4c.c64 static VOIDRET Decode __P((UINT4 *, unsigned char *, unsigned int));
177 Decode(x, block, 64);
260 static VOIDRET Decode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AND uns…
/freebsd-12.1/contrib/apr-util/crypto/
H A Dapr_md4.c71 static void Decode(apr_uint32_t *output, const unsigned char *input,
300 Decode(x, block, 64); in MD4Transform()
386 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
H A Dapr_md5.c92 static void Decode(apr_uint32_t *output, const unsigned char *input,
350 Decode(tmpbuf, block, 64); in MD5Transform()
461 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
/freebsd-12.1/contrib/file/magic/Magdir/
H A Duuencode24 0 search/1 Decode\ the\ following\ with\ bdeco bencoded News text
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h49 static WaitStatus Decode(int wstatus);
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h68 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
308 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
495 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length); in PrintOpcodes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h177 virtual size_t Decode(const Disassembler &disassembler,
336 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
/freebsd-12.1/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
H A Drsxface.c168 ACPI_COPY_FIELD(Out, In, Decode); \
/freebsd-12.1/share/misc/
H A Dusb_hid_usages1509 0x3A Good Decode Indication
1566 0x89 GRWTI After Decode
1588 0xAB Periodical Only Decode with + 2
1591 0xAE Periodical Only Decode with + 5
1639 0xFF Decode Data Continued
1645 0x106 Minimum Length to Decode
1646 0x107 Maximum Length to Decode
1647 0x108 First Discrete Length to Decode
1648 0x109 Second Discrete Length to Decode
/freebsd-12.1/contrib/sqlite3/tea/win/
H A Drules.vc211 # Decode the options requested.
382 # Decode the statistics requested.
405 # Decode the checks requested.
/freebsd-12.1/contrib/bearssl/src/codec/
H A Dpemdec.t0222 \ Decode the four next Base64 characters. Returned value is:
285 \ Decode one line worth of characters. Returned value is 0 if the end of the
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp85 WaitStatus::Decode(wstatus)); in Launch()
613 WaitStatus wait_status = WaitStatus::Decode(status); in SigchldHandler()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td24 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
/freebsd-12.1/contrib/traceroute/
H A DCHANGES94 - Decode "administratively prohibited filter" icmp code and print
/freebsd-12.1/sys/dev/pci/
H A Dpcib_if.m206 # Decode a PCI Routing Identifier (RID) into PCI bus/slot/function
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacrestyp.h458 UINT8 Decode; \
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCScheduleE500.td19 // * Decode & Dispatch

123