HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CLIENT (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/base/
sslstreamadapter.h 61 enum SSLRole { SSL_CLIENT, SSL_SERVER };
sslstreamadapterhelper.cc 29 role_(SSL_CLIENT),
opensslstreamadapter.cc 303 role_(SSL_CLIENT),
809 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_);
915 if (role_ == SSL_CLIENT) {
921 if (role_ == SSL_CLIENT) {
933 if (role_ == SSL_CLIENT) {
939 if (role_ == SSL_CLIENT) {
948 if (role_ == SSL_CLIENT) {
954 if (role_ == SSL_CLIENT) {
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
NetscapeCertTypeExtension.java 64 public static final String SSL_CLIENT = "ssl_client";
100 new MapEntry(SSL_CLIENT, 0),
242 if (isSet(getPosition(SSL_CLIENT)))
306 if (isSet(getPosition(SSL_CLIENT)) ||
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 37 secure_role_(rtc::SSL_CLIENT),
183 secure_role_ = is_remote_server ? rtc::SSL_CLIENT :
dtlstransportchannel_unittest.cc 208 if (role == rtc::SSL_CLIENT) {
457 rtc::SSL_CLIENT : rtc::SSL_SERVER;
463 rtc::SSL_CLIENT : rtc::SSL_SERVER;
827 EXPECT_EQ(rtc::SSL_CLIENT, channel2_role);
    [all...]
dtlstransportchannel.cc 99 ssl_role_(rtc::SSL_CLIENT),
faketransportcontroller.h 337 rtc::SSLRole ssl_role_ = rtc::SSL_CLIENT;
transportcontroller_unittest.cc 263 ASSERT_TRUE(channel->SetSslRole(rtc::SSL_CLIENT));
267 EXPECT_EQ(rtc::SSL_CLIENT, role);
  /external/webrtc/talk/app/webrtc/
datachannel_unittest.cc 516 // Verifies that an even SCTP id is allocated for SSL_CLIENT and an odd id for
522 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &id));
526 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &id));
541 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &new_id));
556 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &allocated_id));
562 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &allocated_id));
572 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &allocated_id));
579 EXPECT_TRUE(allocator_.AllocateSid(rtc::SSL_CLIENT, &allocated_id));
datachannel.cc 48 int potential_sid = (role == rtc::SSL_CLIENT) ? 0 : 1;
  /libcore/ojluni/src/main/java/sun/security/validator/
EndEntityChecker.java 94 NetscapeCertTypeExtension.SSL_CLIENT;
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2509 milliseconds