HomeSort by relevance Sort by last modified time
    Searched refs:BoringSSL (Results 1 - 9 of 9) sorted by null

  /external/curl/docs/cmdline-opts/
tlsv1.3.d 9 of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
  /external/boringssl/
rules.mk 42 # Some files in BoringSSL use OS functions that aren't supported by Trusty. The
55 # BoringSSL detects Trusty based on this define and does things like switch to
76 # BoringSSL expects an STL to be available when building for C++11 to provide
  /external/boringssl/src/ssl/test/runner/
dtls.go 9 // achieve coverage on BoringSSL's implementation. Of note is that
11 // only reliable but also ordered. BoringSSL will be expected to deal
421 // need to be cleverer if we ever test BoringSSL's retransmit
runner.go 49 useGDB = flag.Bool("gdb", false, "If true, run BoringSSL code under gdb")
50 useLLDB = flag.Bool("lldb", false, "If true, run BoringSSL code under lldb")
60 fuzzer = flag.Bool("fuzzer", false, "If true, tests against a BoringSSL built in fuzzer mode.")
82 // ?:NO_SHARED_CIPHER:? (a BoringSSL error string) to something
91 // Setup shimConfig defaults aligning with BoringSSL.
    [all...]
handshake_client.go 937 // BoringSSL will always send two tickets half-RTT when
    [all...]
  /external/boringssl/src/util/
doc.go 563 <title>BoringSSL - {{.Name}}</title>
659 <title>BoringSSL - Headers</title>
667 <h2>BoringSSL Headers</h2>
run_android_tests.go 126 // directory is the top of a BoringSSL checkout.
193 if err := adb("shell", "rm -Rf /data/local/tmp/boringssl-tmp"); err != nil {
199 tmpDir, err := ioutil.TempDir("", "boringssl-android")
288 if err := adb("push", "-p", tmpDir, "/data/local/tmp/boringssl-tmp"); err != nil {
296 unitTestExit, err = adbShell(fmt.Sprintf("cd /data/local/tmp/boringssl-tmp && ./util/all_tests -json-output results.json %s", *allTestsArgs))
306 sslTestExit, err = adbShell(fmt.Sprintf("cd /data/local/tmp/boringssl-tmp/ssl/test/runner && ./runner -json-output ../../../results.json %s", *runnerArgs))
314 if err := adb("pull", "-p", "/data/local/tmp/boringssl-tmp/results.json", *jsonOutput); err != nil {
  /external/curl/tests/
runtests.pl 250 my $has_boringssl; # built with BoringSSL
    [all...]
  /external/curl/
configure     [all...]

Completed in 221 milliseconds