| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | 20-cert-select.conf | 5 test-0 = 0-ECDSA CipherString Selection 6 test-1 = 1-ECDSA CipherString Selection 7 test-2 = 2-ECDSA CipherString Selection 8 test-3 = 3-Ed25519 CipherString and Signature Algorithm Selection 9 test-4 = 4-Ed448 CipherString and Signature Algorithm Selection 11 test-6 = 6-RSA CipherString Selection 12 test-7 = 7-RSA-PSS Certificate CipherString Selection 13 test-8 = 8-P-256 CipherString and Signature Algorithm Selection 14 test-9 = 9-Ed25519 CipherString and Curves Selection 15 test-10 = 10-Ed448 CipherString and Curves Selection [all …]
|
| H A D | 20-cert-select.conf.in | 54 name => "ECDSA CipherString Selection", 70 name => "ECDSA CipherString Selection", 94 name => "ECDSA CipherString Selection", 114 name => "Ed25519 CipherString and Signature Algorithm Selection", 131 name => "Ed448 CipherString and Signature Algorithm Selection", 171 name => "RSA CipherString Selection", 184 name => "RSA-PSS Certificate CipherString Selection", 197 name => "P-256 CipherString and Signature Algorithm Selection", 212 name => "Ed25519 CipherString and Curves Selection", 229 name => "Ed448 CipherString and Curves Selection", [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| H A D | 20-cert-select.cnf | 5 test-0 = 0-ECDSA CipherString Selection 6 test-1 = 1-ECDSA CipherString Selection 7 test-2 = 2-ECDSA CipherString Selection 8 test-3 = 3-RSA CipherString Selection 9 test-4 = 4-P-256 CipherString and Signature Algorithm Selection 10 test-5 = 5-ECDSA CipherString Selection, no ECDSA certificate 11 test-6 = 6-ECDSA Signature Algorithm Selection 12 test-7 = 7-ECDSA Signature Algorithm Selection SHA384 13 test-8 = 8-ECDSA Signature Algorithm Selection compressed point 14 test-9 = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate [all …]
|
| H A D | 20-cert-select.cnf.in | 65 name => "ECDSA CipherString Selection", 81 name => "ECDSA CipherString Selection", 105 name => "ECDSA CipherString Selection", 125 name => "RSA CipherString Selection", 138 name => "P-256 CipherString and Signature Algorithm Selection", 153 name => "ECDSA CipherString Selection, no ECDSA certificate", 166 name => "ECDSA Signature Algorithm Selection", 179 name => "ECDSA Signature Algorithm Selection SHA384", 192 name => "ECDSA Signature Algorithm Selection compressed point", 209 name => "ECDSA Signature Algorithm Selection, no ECDSA certificate", [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 47 mutable int Selection; variable 53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument 56 COMDATSymbol(COMDATSymbol), Selection(Selection) { in MCSectionCOFF() 68 int getSelection() const { return Selection; } in getSelection() 70 void setSelection(int Selection) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection() 33 this->Selection = Selection; in setSelection() 73 switch (Selection) { in PrintSwitchToSection()
|
| H A D | WinCOFFObjectWriter.cpp | 323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection() 553 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols() 931 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative() 1070 if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection != in writeObject()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 23 Optional<SelectedASTNode> Selection = in evaluate() local 25 if (!Selection) in evaluate() 28 return std::move(*Selection); in evaluate()
|
| H A D | ASTSelection.cpp | 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument 42 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder() 43 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder() 45 : Selection.getEnd()), in ASTSelectionFinder()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | Resources.rst | 6 * `Global Instruction Selection - A Proposal by Quentin Colombet @LLVMDevMeeting 2015 <https://www.… 7 * `Global Instruction Selection - Status by Quentin Colombet, Ahmed Bougacha, and Tim Northover @LL… 8 * `GlobalISel - LLVM's Latest Instruction Selection Framework by Diana Picus @FOSDEM17 <https://www…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 35 std::remove_const_t<T> Selection = {}; variable 46 return Selection; in getSelection() 67 Selection = Item; in sample()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations 17 // Selection DAG Node Properties.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | RefactoringEngine.rst | 122 DeleteSelection(SourceRange Selection) : Selection(Selection) {} 126 AtomicChange Replacement(Context.getSources(), Selection.getBegin()); 128 CharSourceRange::getCharRange(Selection), ""); 132 SourceRange Selection; 193 Selection Requirements
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 263 Selection = std::make_unique<cl::opt<std::string>>( in RefactoringActionSubcommand() 289 if (Selection) { in parseSelectionArgument() 290 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument() 298 assert(Selection && "selection not supported!"); in getSelection() 309 std::unique_ptr<cl::opt<std::string>> Selection; member in __anond439ce910111::RefactoringActionSubcommand
|
| /netbsd-src/external/mit/xorg/lib/libXfixes/ |
| H A D | Makefile | 11 SRCS= Cursor.c Disconnect.c Region.c SaveSet.c Selection.c Xfixes.c
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | DHCPv4-over-DHCPv6 | 38 - follow the Relay Agent Link Selection option if exists 39 - follow the Subnet Selection option if exists 73 - follow the Relay Agent Link Selection option if exists 74 - follow the DHCPv4 Subnet Selection option if exists
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 501 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local 503 Selection = Selection.split('|').second; in FlattenAsmStringVariants() 504 Res += Selection.split('|').first; in FlattenAsmStringVariants()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1572 int Selection = 0; in getExplicitSectionGlobal() local 1577 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal() 1579 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal() 1589 Selection = 0; in getExplicitSectionGlobal() 1594 Selection); in getExplicitSectionGlobal() 1625 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local 1626 if (!Selection) in SelectSectionForGlobal() 1627 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal() 1653 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal() 1658 Selection, UniqueID); in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 294 int start = view.Selection.Start.Position.GetContainingLine().Start.Position; in FormatSelection() 295 int end = view.Selection.End.Position.GetContainingLine().End.Position; in FormatSelection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Lexicon.rst | 164 Instruction Selection 276 Selection DAG Instruction Selection.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 263 YAMLASD.Selection = ObjSD->Selection; in dumpSectionDefinition()
|
| /netbsd-src/external/mit/xorg/lib/libXt/ |
| H A D | Makefile | 18 Selection.c SetSens.c SetValues.c SetWMCW.c Shell.c \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | des_modes.pod | 107 Selection of a small value for j will require more cycles through 151 Selection of a small value for j will require more cycles through
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | des_modes.pod | 107 Selection of a small value for j will require more cycles through 152 Selection of a small value for j will require more cycles through
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | des_modes.pod | 107 Selection of a small value for j will require more cycles through 152 Selection of a small value for j will require more cycles through
|