Home
last modified time | relevance | path

Searched refs:Raw (Results 1 – 25 of 132) sorted by relevance

123456

/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devppkey_ecx.txt43 #Raw versions of the same keys as above
45 PrivateKeyRaw=Alice-25519-Raw:X25519:77076d0a7318a57d3c16c17251b26645df4c2f87ebc0992ab177fba51db92c…
47 PublicKeyRaw=Alice-25519-PUBLIC-Raw:X25519:8520f0098930a754748b7ddcb43ef75a0dbf3a0d26381af4eba4a98e…
49 PrivPubKeyPair = Alice-25519-Raw:Alice-25519-PUBLIC-Raw
51 PrivateKeyRaw=Bob-25519-Raw:X25519:5dab087e624a8a4b79e17f8b83800ee66f3bb1292618b6fd1c2f8b27ff88e0eb
53 PublicKeyRaw=Bob-25519-PUBLIC-Raw:X25519:de9edb7d7b7dc1b4d35b61c2ece435373f8343c85b78674dadfc7e146f…
57 PrivPubKeyPair = Bob-25519-Raw:Bob-25519-PUBLIC-Raw
67 Derive=Alice-25519-Raw
68 PeerKey=Bob-25519-PUBLIC-Raw
71 Derive=Bob-25519-Raw
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsmbios.c49 SmbiosEnd.Raw = (UINT8 *)((UINTN)SmbiosTable->TableAddress + SmbiosTable->TableLength); in LibGetSmbiosSystemGuidAndSerialNumber()
73 if (Smbios.Raw >= SmbiosEnd.Raw) { in LibGetSmbiosSystemGuidAndSerialNumber()
110 String = (CHAR8 *)(Smbios->Raw + Smbios->Hdr->Length); in LibGetSmbiosString()
132 Smbios->Raw = (UINT8 *)++String; in LibGetSmbiosString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp196 RawContentStream &Raw = cast<RawContentStream>(S); in layout() local
197 File.allocateCallback(Raw.Size, [&Raw](raw_ostream &OS) { in layout()
198 Raw.Content.writeAsBinary(OS); in layout()
199 assert(Raw.Content.binary_size() <= Raw.Size); in layout()
200 OS << std::string(Raw.Size - Raw.Content.binary_size(), '\0'); in layout()
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmapping4 .tif Raw '8BIM' 'TIFF' "Photoshop TIFF image"
6 .doc Raw 'MSWD' 'WDBN' "Word file"
7 .mov Raw 'TVOD' 'MooV' "QuickTime Movie"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h83 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() argument
97 constexpr LocationSize(uint64_t Raw) in LocationSize() argument
98 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize()
/netbsd-src/distrib/mac68k/stand/
H A Dextensions.map10 .sit Raw 'SITD' 'SIT!' "Stuffit(R) archive"
11 .stxt Raw 'ttxt' 'ttro' "Simple Text file"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h59 StringRef Raw; member
124 return Raw; in getString()
173 return Lhs.Raw < Rhs.Raw;
361 N.Raw = V;
H A DMsgPackReader.h89 StringRef Raw; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp396 unsigned Raw; in LoadSourceLocation() local
397 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned)); in LoadSourceLocation()
398 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
490 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
491 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation()
492 reinterpret_cast<char *>(&Raw) + sizeof(unsigned), in SaveSourceLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet() argument
/netbsd-src/external/bsd/file/dist/tests/
H A Dhddrawcopytool.result1 HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h585 object::DataRefImpl Raw = Sec.getRawDataRefImpl();
586 return hash_combine(Raw.p, Raw.d.a, Raw.d.b);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1891 StringRef Raw = getRawTag(); in getVerbatimTag() local
1892 if (!Raw.empty() && Raw != "!") { in getVerbatimTag()
1894 if (Raw.find_last_of('!') == 0) { in getVerbatimTag()
1896 Ret += Raw.substr(1); in getVerbatimTag()
1898 } else if (Raw.startswith("!!")) { in getVerbatimTag()
1900 Ret += Raw.substr(2); in getVerbatimTag()
1903 StringRef TagHandle = Raw.substr(0, Raw.find_last_of('!') + 1); in getVerbatimTag()
1914 Ret += Raw.substr(Raw.find_last_of('!') + 1); in getVerbatimTag()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer35 >6 leshort 7 (Raw IP)
36 >6 leshort 8 (Raw IP)
37 >6 leshort 9 (Raw IP)
102 >20 belong&0x03FFFFFF 12 (Raw IP
110 >20 belong&0x03FFFFFF 101 (Raw IP
213 >20 belong&0x03FFFFFF 228 (Raw IPv4
214 >20 belong&0x03FFFFFF 229 (Raw IPv6
H A Dgeo60 # GS%2B-6063-BB-GS%2B-Broadcast-Raw-Data-File-Format-Command-Specification.pdf
73 # filename; original file name like: "C:\GS+\Projects\Default\Raw Data Files\060116342.rdf"
H A Dxilinx38 # Raw bitstream files
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Daddsub.md37 "=SdRhi,SdRhi,??Rmm,??Rmm, SdRhi,??Rmm, Rhi, Raw, Raw, !Rsp")
39 "%0,0,0,0, 0,0, Raw, Rfb, Rfb, 0")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Daddsub.md37 "=SdRhi,SdRhi,??Rmm,??Rmm, SdRhi,??Rmm, Rhi, Raw, Raw, !Rsp")
39 "%0,0,0,0, 0,0, Raw, Rfb, Rfb, 0")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2133 Sema::AlignPackInfo ReadAlignPackInfo(uint32_t Raw) const { in ReadAlignPackInfo() argument
2134 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
2139 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation() argument
2140 return SourceLocation::getFromRawEncoding((Raw >> 1) | (Raw << 31)); in ReadUntranslatedSourceLocation()
2144 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation() argument
2145 SourceLocation Loc = ReadUntranslatedSourceLocation(Raw); in ReadSourceLocation()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Dlibsmbios.h141 UINT8 *Raw; member
/netbsd-src/external/bsd/libfido2/dist/
H A DREADME.adoc36 * Perl: https://github.com/jacquesg/p5-FIDO-Raw[p5-FIDO-Raw]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsocfpga_arria5_socdk.dts137 label = "Flash 0 Raw Data";
H A Dsocfpga_cyclone5_socdk.dts142 label = "Flash 0 Raw Data";
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRSA_private_encrypt.pod39 Raw RSA signature. This mode should I<only> be used to implement
/netbsd-src/common/dist/zlib/contrib/delphi/
H A Dreadme.txt51 zlib stream header and trailer. Raw deflate streams are used

123456