HomeSort by relevance Sort by last modified time
    Searched refs:getCipherSuite (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 61 public String getCipherSuite() {
62 return session.getCipherSuite();
SSLSession.java 42 public String getCipherSuite();
HttpsURLConnection.java 114 public abstract String getCipherSuite();
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 53 public String getCipherSuite() throws UnsupportedOperationException;
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 45 public abstract String getCipherSuite();
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
FakeSession.java 35 public String getCipherSuite() {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 44 assertNotNull(s.invalid.getCipherSuite());
45 assertEquals(StandardNames.CIPHER_SUITE_INVALID, s.invalid.getCipherSuite());
46 assertNotNull(s.server.getCipherSuite());
47 assertNotNull(s.client.getCipherSuite());
48 assertEquals(s.server.getCipherSuite(),
49 s.client.getCipherSuite());
50 assertTrue(StandardNames.CIPHER_SUITES.contains(s.server.getCipherSuite()));
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 74 * @tests javax.net.ssl.HttpsURLConnection#getCipherSuite()
79 method = "getCipherSuite",
87 connection.getCipherSuite();
98 assertEquals("CipherSuite", con.getCipherSuite());
435 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
437 public String getCipherSuite() {
SSLSessionBindingEventTest.java 120 * @see javax.net.ssl.SSLSession#getCipherSuite()
122 public String getCipherSuite() {
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 61 public String getCipherSuite() {
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 50 * queries such as getCipherSuite even after
75 public String getCipherSuite() {
77 return sslSocket.getSession().getCipherSuite();
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.h 212 admCtrl_getCipherSuite_t getCipherSuite;
admCtrlWpa.c     [all...]
rsn.c 469 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &suite);
649 status = pRsn->pAdmCtrl->getCipherSuite(pRsn->pAdmCtrl, rsnStatus);
703 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &pParam->content.rsnEncryptionStatus);
866 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
938 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
975 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 320 public String getCipherSuite() {
SSLRecordProtocol.java 254 logger.println(" cipher name: " + session.getCipherSuite());
SSLSessionImpl.java 208 public String getCipherSuite() {
ConnectionStateSSLv3.java 78 + session.getCipherSuite());
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa.c     [all...]
rsn.c 465 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &suite);
688 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &pParam->content.rsnEncryptionStatus);
810 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &pParam->content.rsnEncryptionStatus);
904 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
966 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
1008 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
admCtrl.h 208 admCtrl_getCipherSuite_t getCipherSuite;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrl.h 212 admCtrl_getCipherSuite_t getCipherSuite;
rsn.c 464 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &suite);
636 status = pRsn->pAdmCtrl->getCipherSuite(pRsn->pAdmCtrl, rsnStatus);
690 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &pParam->content.rsnEncryptionStatus);
837 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
909 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
946 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java     [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 353 public String getCipherSuite() {

Completed in 967 milliseconds

1 2