/external/chromium_org/net/third_party/nss/ssl/ |
sslcon.c | 118 /* bit-masks, showing which SSLv2 suites are allowed. 174 /* ask SSL3 how many cipher suites it has. */ 194 /* fill in cipher specs for SSL2 cipher suites */ 208 /* now have SSL3 add its suites onto the end */ 219 ** (e.g. SSL2 or SSL3) is logically enabled, but all its cipher suites 222 ** if no cipher suites are found, it sets the error code and returns [all...] |
SSLerrs.h | 79 "No cipher suites are present and enabled in this program.")
|
/frameworks/base/docs/html/tools/testing/ |
testing_android.jd | 98 Android test suites are based on JUnit. You can use plain JUnit to test a class that doesn't 109 Test suites are contained in test packages that are similar to main application packages, so 149 called test cases (or test suites). Each test is an isolated test of an individual module in
|
testing_eclipse.jd | 235 suites by using command-line tools included with the Android SDK. You may want 270 multiple test suites, each consisting of selected tests from the project. To run
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLSocketImpl.java | 245 * cipher suites, or initiate a new session. The certificate chain is 793 @Override public void setEnabledCipherSuites(String[] suites) { 794 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites); [all...] |
OpenSSLSessionImpl.java | 265 * cipher suites.
|
ServerHandshakeImpl.java | 609 // find appropriate cipher_suite in the client suites
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestPackageDef.java | 295 // TODO: hack, large test suites can take longer to collect tests, increase timeout
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLEngineImplTest.java | 37 * The cipher suites used for functionality testing. 214 + "of supported cipher suites: " + enabled[i]); 244 * setEnabledCipherSuites(String[] suites) method testing. 259 + "of supported cipher suites: " + enabled[i]); [all...] |
SSLSocketFunctionalTest.java | 40 * The cipher suites used for functionality testing.
|
/external/chromium_org/net/third_party/nss/patches/ |
chacha20poly1305.patch | 244 /* Netscape "experimental" cipher suites. */
|
/external/chromium_org/third_party/openssl/ |
README.chromium | 193 Add support for ChaCha20+Poly1305 cipher suites.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MapTestSuiteBuilder.java | 86 // derived suites, to check that mutations to the derived collections are
|
/external/icu4c/common/unicode/ |
uconfig.h | 240 * test suites and ICU tools.
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
Charset_TestGenerator.java | 27 * Super class for concrete charset test suites.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner.py | 419 # virtual test suites require a different commandline flag and thus a restart 452 # In practice, virtual test suites are slow to run. It's a bit hacky, but
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_openssl.cc | 722 // See SSLConfig::disabled_cipher_suites for description of the suites 724 // and HMAC-SHA384 cipher suites, not GCM cipher suites with SHA256 or SHA384 [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 313 # FIXME: Handle virtual test suites.
|
/external/chromium_org/tools/perf/ |
test-info.json | 2 "_description":"This file contains info about our performance test suites, used by the perf dashboard (http://chromeperf.appspot.com).",
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableMultisetTest.java | 52 @GwtIncompatible("suite") // TODO(cpovirk): add to collect/gwt/suites
|
/external/llvm/docs/ |
TestSuiteMakefileGuide.rst | 63 suites. The ``External`` directory does not contain these actual
|
/external/wpa_supplicant_8/src/crypto/ |
tls.h | 431 * tls_connection_set_cipher_list - Configure acceptable cipher suites
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 277 This class determines if more suites are added to this class then adds all individual
|