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

1 2

  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 68 public String getCipherSuite() {
69 return session.getCipherSuite();
SSLSession.java 42 public String getCipherSuite();
HttpsURLConnection.java 114 public abstract String getCipherSuite();
  /dalvik/libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 46 public abstract String getCipherSuite();
  /dalvik/libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
FakeSession.java 35 public String getCipherSuite() {
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SecureCacheResponseTest.java 60 method = "getCipherSuite",
90 assertNull(scr.getCipherSuite());
122 public String getCipherSuite() {
  /dalvik/libcore/x-net/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());
431 * @see javax.net.ssl.HttpsURLConnection#getCipherSuite()
433 public String getCipherSuite() {
SSLSessionBindingEventTest.java 120 * @see javax.net.ssl.SSLSession#getCipherSuite()
122 public String getCipherSuite() {
  /dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 61 public String getCipherSuite() {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 60 public String getCipherSuite() {
64 return sslSocket.getSession().getCipherSuite();
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 306 public native String getCipherSuite();
SSLRecordProtocol.java 258 logger.println(" cipher name: " + session.getCipherSuite());
SSLSessionImpl.java 207 public String getCipherSuite() {
ConnectionStateSSLv3.java 76 + session.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...]
  /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...]
admCtrlWpa.c     [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLPerformanceTest.java 353 public String getCipherSuite() {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 360 method = "getCipherSuite",
396 connection.getCipherSuite();
626 method = "getCipherSuite",
    [all...]

Completed in 2733 milliseconds

1 2