Home
last modified time | relevance | path

Searched refs:Encoded (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dder30 >>&0 der int1=00 DER Encoded Certificate request
37 >&0 der int3=010001 DER Encoded Key Pair, 512 bits
42 >&0 der int3=010001 DER Encoded Key Pair, 1024 bits
47 >&0 der int3=010001 DER Encoded Key Pair, 2048 bits
52 >&0 der int3=010001 DER Encoded Key Pair, 4096 bits
57 >&0 der int3=010001 DER Encoded Key Pair, 8192 bits
62 >&0 der int3=010001 DER Encoded Key Pair, 16k bits
67 >&0 der int3=010001 DER Encoded Key Pair, 32k bits
72 >>&0 der int2=0dfa DER Encoded Certificate, 512 bits
77 >>&0 der int2=0dff DER Encoded Certificate, 16k bits
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp168 unsigned Encoded = ELF::encodePPC64LocalEntryOffset(Res); in emitLocalEntry() local
169 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
174 Other |= Encoded; in emitLocalEntry()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp568 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() argument
570 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt()
571 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
572 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
H A DAMDGPUBaseInfo.h339 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dhdb.schema103 DESC 'Encoded ASN1 Key as an octet string'
/freebsd-12.1/contrib/llvm/lib/Support/
H A DARMAttributeParser.cpp147 uint64_t Encoded = ParseInteger(Data, Offset); in CPU_arch_profile() local
150 switch (Encoded) { in CPU_arch_profile()
159 PrintAttribute(Tag, Encoded, Profile); in CPU_arch_profile()
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1435 -- szOID_ENROLL_CERTTYPE_EXTENSION "1.3.6.1.4.1.311.20.2" is Encoded as a
439 -- szOID_CERTIFICATE_TEMPLATE "1.3.6.1.4.1.311.21.7" is Encoded as:
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp353 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue() local
354 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?"); in getT2SOImmOpValue()
355 return Encoded; in getT2SOImmOpValue()
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dstrings.subr542 # Decode $text from a URI. Encoded characters are converted from their `%XX'