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

1 2 3 4 5 6 7 891011>>

  /external/boringssl/src/ssl/
ssl_test.cc 549 // providing |peer_sha256|, so |peer| is not serialized.
    [all...]
ssl_lib.cc     [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 190 cricket::SctpDataMediaChannel* peer)
191 : channel_(channel), peer_(peer) {}
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 169 os_memcpy(event.auth.peer, mgmt->sa, ETH_ALEN);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttMetricsTest.java 580 for (ResponderConfig peer : request.mRttPeers) {
583 System.arraycopy(peer.macAddress.toByteArray(), 0, rttResult.addr, 0, 6);
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 113 _ECONNRESET = 104 /* Connection reset by peer */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 113 _ECONNRESET = 104 /* Connection reset by peer */
  /system/bt/vendor_libs/test_vendor_lib/src/
event_packet.cc 318 const BtAddress& peer, uint16_t interval, uint16_t latency,
328 CHECK(evt_ptr->AddPayloadBtAddress(peer));
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 491 # network peer labels
492 class peer
  /system/sepolicy/prebuilts/api/27.0/private/
access_vectors 495 # network peer labels
496 class peer
  /system/sepolicy/prebuilts/api/28.0/private/
access_vectors 504 # network peer labels
505 class peer
  /system/sepolicy/private/
access_vectors 504 # network peer labels
505 class peer
  /external/clang/test/Analysis/
malloc.c     [all...]
  /external/iproute2/include/
libnetlink.h 18 struct sockaddr_nl peer; member in struct:rtnl_handle
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 52 * If the peer was discovered based on an interface address (e.g., GO
58 * address of the peer.
155 u8 peer[ETH_ALEN]; member in struct:p2p_sd_query
218 * P2P_WAIT_PEER_CONNECT - Waiting peer in List for GO Neg
223 * P2P_WAIT_PEER_IDLE - Waiting peer idle for GO Neg
274 * go_neg_peer - Pointer to GO Negotiation peer
279 * invite_peer - Pointer to Invite peer
284 * last_p2p_find_oper - Pointer to last pre-find operation peer
296 * sd_peer - Pointer to Service Discovery peer
312 * sd_query_no_ack - The first peer (Dev Addr) that did not ACK SD Quer
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareNativeApi.java 683 * @param requestorInstanceId ID of the peer to communicate with - obtained
684 * through a previous discovery (match) operation with that peer.
685 * @param dest MAC address of the peer to communicate with - obtained
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 60 // by the peer in the handshake, or zero if not applicable.
66 // by the peer.
    [all...]
runner.go 369 // algorithm that the peer should have used in the handshake.
466 // expectPeerCertificate, if not nil, is the certificate chain the peer
479 // parameters that are expected to be sent by the peer.
564 local, peer := "client", "server"
566 local, peer = peer, local
572 peer: peer,
702 return fmt.Errorf("expected peer to use signature algorithm %04x, but got %04x", expected, connState.PeerSignatureAlgorithm)
706 return fmt.Errorf("expected peer to use curve %04x, but got %04x", expected, connState.CurveID
    [all...]
cipher_suites.go 40 // peer, or zero if not applicable.
412 // ciphersuites and the id requested by the peer.
dtls.go 54 // peer sending garbage.
236 // Don't duplicate Finished to avoid the peer
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 1504 struct sockaddr *peer; local
    [all...]
  /external/boringssl/src/include/openssl/
evp.h 590 // EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivation
591 // by |ctx| to |peer|. It should be called after |EVP_PKEY_derive_init|. (For
592 // example, this is used to set the peer's key in (EC)DH.) It returns one on
594 OPENSSL_EXPORT int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
    [all...]
  /external/iw/
interface.c 553 COMMAND(set, peer, "<MAC address>",
555 "Set interface WDS peer.");
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 125 enum wnm_oper oper, const u8 *peer,
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 63 int (*tdls_oper)(void *ctx, int oper, const u8 *peer);

Completed in 519 milliseconds

1 2 3 4 5 6 7 891011>>