| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | skey_decoder.t0 | 140 \ 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 D | archive_ppmd7.c | 836 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 D | archive_ppmd7_private.h | 69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
|
| /freebsd-12.1/sys/kern/ |
| H A D | md4c.c | 59 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 D | md5c.c | 51 #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 D | md4c.c | 60 static void Decode PROTO_LIST 197 Decode (x, block, 64); 284 static void Decode (output, input, len) in Decode() function
|
| H A D | md5c.c | 55 #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 D | md4c.c | 64 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 D | apr_md4.c | 71 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 D | apr_md5.c | 92 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 D | uuencode | 24 0 search/1 Decode\ the\ following\ with\ bdeco bencoded News text
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Host.h | 49 static WaitStatus Decode(int wstatus);
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 68 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 D | Disassembler.h | 177 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 D | rsaddr.c | 343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
|
| H A D | rsxface.c | 168 ACPI_COPY_FIELD(Out, In, Decode); \
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 1509 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 D | rules.vc | 211 # Decode the options requested. 382 # Decode the statistics requested. 405 # Decode the checks requested.
|
| /freebsd-12.1/contrib/bearssl/src/codec/ |
| H A D | pemdec.t0 | 222 \ 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 D | NativeProcessNetBSD.cpp | 85 WaitStatus::Decode(wstatus)); in Launch() 613 WaitStatus wait_status = WaitStatus::Decode(status); in SigchldHandler()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 24 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
|
| /freebsd-12.1/contrib/traceroute/ |
| H A D | CHANGES | 94 - Decode "administratively prohibited filter" icmp code and print
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pcib_if.m | 206 # Decode a PCI Routing Identifier (RID) into PCI bus/slot/function
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 458 UINT8 Decode; \
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE500.td | 19 // * Decode & Dispatch
|