Home
last modified time | relevance | path

Searched refs:Title (Results 1 – 25 of 198) sorted by relevance

12345678

/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c167 const char *Title,
172 const char *Title,
177 const char *Title,
182 const char *Title,
187 const char *Title,
192 const char *Title);
220 char *Title,
628 char *Title, in AcpiRsDumpResourceLabel() argument
633 AcpiRsOutString (Title, in AcpiRsDumpResourceLabel()
707 const char *Title, in AcpiRsOutString() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h125 void writeGraph(const std::string &Title = "") {
127 writeHeader(Title);
139 void writeHeader(const std::string &Title) { in writeHeader() argument
142 if (!Title.empty()) in writeHeader()
143 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
152 if (!Title.empty()) in writeHeader()
153 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
361 const Twine &Title = "") {
366 W.writeGraph(Title.str());
380 const Twine &Title = "",
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_siv.txt14 Title = RFC5297 AES-SIV
78 Title = Wycheproof Test Vectors
80 Title = RFC 5297
89 Title = empty message
133 Title = message size divisible by block size
156 Title = small plaintext size
263 Title = plaintext size > 16
300 Title = edge case SIV
372 Title = Flipped bit 0 in tag
406 Title = Flipped bit 1 in tag
[all …]
H A Devpmac_common.txt15 Title = HMAC tests (from RFC2104 and others)
42 Title = SHA1
68 Title = SHA2
173 Title = SHA3
257 Title = HMAC self generated tests
265 Title = HMAC FIPS short key test
276 Title = HMAC FIPS short key indicator test
289 Title = CMAC tests (from FIPS module)
327 Title = GMAC Tests (from NIST)
336 Title = GMAC Tests (from http://www.ieee802.org/1/files/public/docs2011/bn-randall-test-vectors-051…
[all …]
H A Devpciph_sm4.txt9 Title = SM4 test vectors from IETF draft-ribose-cfrg-sm4
52 Title = SM4 GCM test vectors from RFC8998
62 Title = SM4 CCM test vectors from RFC8998
72 Title = SM4 XTS test vectors from GB/T 17964-2021
87 Title = SM4 XTS test vectors, while the XTS mode is standardized in IEEE Std 1619-2007
H A Devpmd_md.txt9 Title = MD2 tests
46 Title = MD4 tests
83 Title = MD5 tests
113 Title = MD5-SHA1
H A Devpciph_aes_stitched.txt1 Title = AES-128-CBC-HMAC-SHA1 test vectors
33 Title = AES-256-CBC-HMAC-SHA1 test vectors
64 Title = AES-128-CBC-HMAC-SHA256 test vectors
96 Title = AES-256-CBC-HMAC-SHA256 test vectors
H A Devpciph_des.txt9 Title = DES ECB Tests (from destest)
53 Title = DES Tests (from FIPS PUB 81)
78 Title = DES Tests (various sources)
H A Devppkey_ecc.txt14 Title=c2pnb163v1 curve tests
92 Title=c2pnb163v2 curve tests
170 Title=c2pnb163v3 curve tests
248 Title=c2pnb176v1 curve tests
326 Title=c2pnb208w1 curve tests
406 Title=c2pnb272w1 curve tests
486 Title=c2pnb304w1 curve tests
566 Title=c2pnb368w1 curve tests
649 Title=c2tnb191v1 curve tests
729 Title=c2tnb191v2 curve tests
[all …]
H A Devppkey_ecdsa.txt38 Title = ECDSA tests
93 Title = DigestSign and DigestVerify
162 Title = FIPS tests
183 Title = FIPS Negative tests (using different curves and digests)
231 Title = FIPS Indicator tests
273 Title = XOF disallowed
H A Devpkdf_x942_des.txt8 Title = X9.42 KDF tests (from RFC2631 test vectors)
17 Title = X9.42 KDF tests (ACVP test vectors)
H A Devppkey_sm2.txt19 Title = SM2 tests
78 Title = SM2 key generation tests
87 Title = XOF disallowed
H A Devppkey_brainpool.txt14 Title=brainpoolP160r1 curve tests
52 Title=brainpoolP160t1 curve tests
90 Title=brainpoolP192r1 curve tests
130 Title=brainpoolP192t1 curve tests
170 Title=brainpoolP224r1 curve tests
210 Title=brainpoolP224t1 curve tests
250 Title=brainpoolP256r1 curve tests
290 Title=brainpoolP256t1 curve tests
330 Title=brainpoolP320r1 curve tests
370 Title=brainpoolP320t1 curve tests
[all …]
H A Devppkey_dsa.txt45 Title = DSA tests
98 Title = Test keypair mismatches
269 Title = FIPS Tests (using different key sizes and digests)
327 Title = Fips Negative Tests (using different key sizes and digests)
369 Title = Fips Indicator Tests
441 Title = Test DSA keygen
470 Title = Test DSA keygen FIPS indicator test
481 Title = XOF disallowed
H A Devppkey_ecdsa_sigalg.txt38 Title = ECDSA tests
92 Title = Sign-Message and Verify-Message
161 Title = FIPS tests
182 Title = FIPS Negative tests (using different curves and digests)
230 Title = FIPS Indicator tests
H A Devpciph_aria.txt14 Title = ARIA test vectors from RFC5794 (and others)
149 Title = ARIA GCM test vectors from RFC8269
167 Title = ARIA GCM self-generated test vectors
197 Title = ARIA CCM test vectors from IETF draft-ietf-avtcore-aria-srtp-02
H A Devpciph_rc4.txt9 Title = RC4 tests
47 Title = RC4 tests (From RFC6229)
/freebsd/share/doc/psd/title/
H A DMakefile2 DOC= Title
3 SRCS= Title
/freebsd/share/doc/usd/title/
H A DMakefile2 DOC= Title
3 SRCS= Title
/freebsd/share/doc/smm/title/
H A DMakefile2 DOC= Title
3 SRCS= Title
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h269 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
271 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
302 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
305 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
334 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in WriteDOTGraphToFile() local
337 WriteGraph(File, Graph, IsSimple, Title); in WriteDOTGraphToFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp146 void SelectionDAG::viewGraph(const std::string &Title) { in viewGraph() argument
150 false, Title); in viewGraph()
172 const Twine &Title) { in dumpDotGraph() argument
173 dumpDotGraphToFile(this, FileName, Title); in dumpDotGraph()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() argument
82 ViewGraph(this, Name, false, Title); in viewGraph()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp49 void printSectionHeading(StringRef Title, int Count, raw_ostream &OS);
117 void DetailedRecordsEmitter::printSectionHeading(StringRef Title, int Count, in printSectionHeading() argument
119 OS << formatv("\n{0} {1} ({2}) {0}\n", "--------------------", Title, Count); in printSectionHeading()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp70 std::string Title = std::string(Target.getName()); in EmitInstrDocs() local
71 Title += " Instructions"; in EmitInstrDocs()
72 writeTitle(Title, OS); in EmitInstrDocs()

12345678