Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java662 private static final void addNeither(String cipherSuite) { in addNeither() method in StandardNames
727 addNeither("TLS_DHE_DSS_WITH_AES_128_GCM_SHA256");
730 addNeither("TLS_DHE_DSS_WITH_AES_256_GCM_SHA384");
739 addNeither("SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA");
740 addNeither("SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA");
753 addNeither("TLS_DH_anon_WITH_AES_128_GCM_SHA256");
756 addNeither("TLS_DH_anon_WITH_AES_256_GCM_SHA384");
764 addNeither("TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256");
767 addNeither("TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384");
773 addNeither("TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256");
[all …]