Home
last modified time | relevance | path

Searched refs:addOpenSsl (Results 1 – 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java644 private static final void addOpenSsl(String cipherSuite) { in addOpenSsl() method in StandardNames
650 addOpenSsl(cipherSuite); in addBoth()
692 addOpenSsl("TLS_RSA_WITH_AES_128_GCM_SHA256");
693 addOpenSsl("TLS_RSA_WITH_AES_256_GCM_SHA384");
696 addOpenSsl("TLS_DHE_RSA_WITH_AES_128_GCM_SHA256");
697 addOpenSsl("TLS_DHE_RSA_WITH_AES_256_GCM_SHA384");
700 addOpenSsl("TLS_DHE_DSS_WITH_AES_128_GCM_SHA256");
701 addOpenSsl("TLS_DHE_DSS_WITH_AES_256_GCM_SHA384");
704 addOpenSsl("TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256");
705 addOpenSsl("TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384");
[all …]