HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 276 - 300 of 395) sorted by null

<<111213141516

  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go 636 t.Fatalf("%s: mismatch on peer cert %d", test.name, i+1)
640 t.Fatalf("%s: mismatch on peer list length: %d (wanted) != %d (got)", test.name, len(test.expectedPeerCerts), len(peerCerts))
    [all...]
tls_test.go 214 // localhost TCP connection, the peer TCP connection can
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 214 // localhost TCP connection, the peer TCP connection can
  /external/python/cpython3/Lib/test/
test_ssl.py     [all...]
test_logging.py 725 def process_message(self, peer, mailfrom, rcpttos, data):
730 :param peer: The client (host, port) tuple.
735 self._handler(peer, mailfrom, rcpttos, data)
    [all...]
  /external/honggfuzz/examples/openssl/
client.c 568 X509* peer; local
    [all...]
server.c 610 X509* peer; local
    [all...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 140 // Idle time after a peer is gone when the group is torn down
148 // User accepted a peer request
150 // User rejected a peer request
211 // Track whether servcice/peer discovery is blocked in favor of other wifi actions
691 // Saved WifiP2pConfig for an ongoing peer connection. This will never be null.
1976 WifiP2pDevice peer = mPeers.get(groupOwner.deviceAddress); local
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 365 // Test that the peer left-pads random.
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 882 #define WL_IBSS_PEER_GROUP_KEY (1 << 6) /* Indicates a group key for a IBSS PEER */
951 #define WPA2_AUTH_TPK 0x2000 /* TDLS Peer Key */
4005 wl_anqpo_peer_t peer[1]; \/* max ANQPO_MAX_PEER_LIST *\/ member in struct:__anon47022
5500 struct ether_addr peer; member in struct:statreq
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 953 sockaddr* peer = (javaSocketAddress != NULL) ? reinterpret_cast<sockaddr*>(&ss) : NULL; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]

Completed in 999 milliseconds

<<111213141516