Searched refs:flag (Results 1 – 8 of 8) sorted by relevance
/ssl/test/runner/ |
A D | compliance_policy_tests.go | 55 flag string 66 name: "Compliance" + policy.flag + "-" + protocol.String() + "-Server-" + suite.name, 74 policy.flag, 82 name: "Compliance" + policy.flag + "-" + protocol.String() + "-Client-" + suite.name, 90 policy.flag, 131 flag string 149 policy.flag, 164 policy.flag, 210 flag string 231 flags: []string{policy.flag}, [all …]
|
A D | runner.go | 52 useValgrind = flag.Bool("valgrind", false, "If true, run code under valgrind") 53 useGDB = flag.Bool("gdb", false, "If true, run BoringSSL code under gdb") 54 useLLDB = flag.Bool("lldb", false, "If true, run BoringSSL code under lldb") 57 flagDebug = flag.Bool("debug", false, "Hexdump the contents of the connection") 60 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.") 1442 handleBase64Field := func(flag string, value []byte) { 1952 for _, flag := range test.flags { 1953 if flag == "-implicit-handshake" { 2151 for _, flag := range test.flags { 2152 if flag == shimFlag { [all …]
|
A D | extension_tests.go | 1512 flag := "-use-ticket-callback" 1515 flag = "-use-ticket-aead-callback" 1526 flags: []string{flag}, 1540 flags: []string{flag, "-renew-ticket"}, 1554 flags: []string{flag, "-skip-ticket"}, 1576 flag,
|
A D | conn.go | 2055 for _, flag := range c.config.Bugs.SendTicketFlags { 2056 m.flags.setFlag(flag)
|
/ssl/test/ |
A D | PORTING.md | 22 tree, but any program can be supplied via the `-shim-path` flag. The 71 ` -loose-errors` flag, then every un-mapped error just gets mapped to 76 The `-shim-config` flag is used to provide the config file. 81 can’t fulfill (e.g., a command line flag that it doesn’t recognize), 87 the entire test suite failed. The `-allow-unimplemented` flag suppresses
|
A D | test_config.cc | 277 return Flag<TestConfig>{flag.name, flag.has_param, /*skip_handshaker=*/false, in CredentialFlagWithDefault() 288 return Flag<TestConfig>{flag.name, flag.has_param, /*skip_handshaker=*/false, in CredentialFlag() 307 return strcmp(flag.name, name) < 0; in operator ()() 656 const Flag<TestConfig> *flag = FindFlag(name); in ParseConfig() local 657 if (flag == nullptr) { in ParseConfig() 663 if (flag->has_param) { in ParseConfig() 672 if (!flag->skip_handshaker) { in ParseConfig() 674 if (flag->has_param) { in ParseConfig() 681 if (!flag->set_param(out, param)) { in ParseConfig() 688 !flag->set_param(out_resume, param) || in ParseConfig() [all …]
|
/ssl/ |
A D | ssl_versions.cc | 171 uint32_t flag; member 225 if (!(options & kProtocolVersions[i].flag)) { in ssl_get_version_range()
|
/ssl/test/runner/kyber/ |
A D | kyber_test.go | 28 var testVectorsPath = flag.String("test-vectors", "../../../../crypto/kyber/kyber_tests.txt", "The …
|
Completed in 33 milliseconds