| /external/iproute2/lib/ |
| libnetlink.c | 277 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, 298 nladdr.nl_pid = peer; 349 if (nladdr.nl_pid != peer ||
|
| /external/openssl/apps/ |
| s_server.c | 464 BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n"); 465 BIO_printf(bio_err," -Verify arg - turn on peer certificate verification, must have a cert.\n"); 469 BIO_printf(bio_err," -crl_check - check the peer certificate has not been revoked by its CA.\n" \ 471 BIO_printf(bio_err," -crl_check_all - check the peer certificate has not been revoked by its CA\n" \ 2401 X509 *peer; local 2720 X509 *peer; local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
| sctpdataengine_unittest.cc | 197 cricket::SctpDataMediaChannel* peer) 198 : channel_(channel), peer_(peer) {}
|
| /art/runtime/ |
| thread.cc | 81 static const char* kThreadNameDuringStartup = "<native thread without managed peer>"; 165 // Copy peer into self, deleting global reference when done. 310 // Use global JNI ref to hold peer live while child thread starts. 402 // a native peer! 439 ScopedLocalRef<jobject> peer(env, env->AllocObject(WellKnownClasses::java_lang_Thread)); 440 if (peer.get() == nullptr) { 446 tlsPtr_.opeer = soa.Decode<mirror::Object*>(peer.get()); 448 env->CallNonvirtualVoidMethod(peer.get(), 456 env->SetLongField(peer.get(), WellKnownClasses::java_lang_Thread_nativePeer, 589 << ",peer=" << tlsPtr_.opee [all...] |
| debugger.cc | 2260 mirror::Object* peer = t->GetPeer(); local 2410 mirror::Object* peer = gRegistry->Get<mirror::Object*>(thread_id); local [all...] |
| /bootable/recovery/minadbd/ |
| adb.h | 84 /* flag: set when the socket's peer has closed 92 asocket *peer; member in struct:asocket 106 /* enqueue is called by our peer when it has data 109 ** peer->ready() when we once again are ready to 114 /* ready is called by the peer when it is ready for 119 /* close is called by the peer when it has gone away. 121 ** peer once our close method is called.
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| dtlstransportchannel_unittest.cc | 130 void Negotiate(DtlsTestClient* peer, cricket::ContentAction action, 133 Negotiate(identity_.get(), (identity_) ? peer->identity_.get() : NULL, 200 bool Connect(DtlsTestClient* peer) { 202 transport_->SetDestination(peer->transport_.get());
|
| /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
| sctp_auth.h | 92 sctp_key_t *peer_random;/* peer's random key (concatenated) */ 157 extern uint16_t sctp_negotiate_hmacid(sctp_hmaclist_t *peer,
|
| sctp_auth.c | 735 * find the best HMAC id to use for the peer based on local support 738 sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local) 742 if ((local == NULL) || (peer == NULL)) 745 for (i = 0; i < peer->num_algo; i++) { 747 if (peer->hmac[i] == local->hmac[j]) { 750 "SCTP: negotiated peer HMAC id %u\n", 751 peer->hmac[i]); 752 return (peer->hmac[i]); [all...] |
| /external/clang/test/Analysis/ |
| malloc.c | 1251 void foo (xpc_connection_t peer) { 1253 xpc_connection_set_context(peer, ctx); 1254 xpc_connection_set_finalizer_f(peer, finalize_connection_context); 1255 xpc_connection_resume(peer); [all...] |
| /external/openssl/ssl/ |
| s2_clnt.c | 513 if (s->session->peer != NULL) /* can't happen*/ 520 s->session->peer = s->session->sess_cert->peer_key->x509; 522 CRYPTO_add(&s->session->peer->references, 1, CRYPTO_LOCK_X509); 526 || s->session->peer != s->session->sess_cert->peer_key->x509)
|
| s2_srvr.c | 301 ((s->session->peer != NULL) && 1093 if (s->session->peer != NULL) 1094 X509_free(s->session->peer); 1095 s->session->peer=x509;
|
| s3_srvr.c | 517 ((s->session->peer != NULL) && 630 if (!s->session->peer) 3016 X509 *peer; local [all...] |
| ssl_sess.c | 778 if (ss->peer != NULL) X509_free(ss->peer); 893 return s->peer; [all...] |
| /external/chromium_org/net/quic/crypto/ |
| crypto_server_test.cc | 162 QuicCryptoServerConfigPeer peer(&test_->config_); 163 base::Lock* m = peer.GetStrikeRegisterClientLock();
|
| /external/chromium_org/ipc/ |
| ipc_sync_channel_unittest.cc | [all...] |
| /external/chromium_org/third_party/boringssl/src/ssl/ |
| ssl_sess.c | 709 if (ss->peer != NULL) X509_free(ss->peer); 807 return s->peer;
|
| d1_srvr.c | 408 ((s->session->peer != NULL) &&
|
| /external/libnl/lib/route/ |
| addr.c | 21 * @note The address may not contain a prefix length if the peer address 40 * // The peer address can be specified if necessary, in either case a peer 43 * // Note: Real peer addresses are only supported by IPv4 for now. 80 * // local nor peer address have been specified. 91 * // The peer address can be specified if necessary, in either case a peer 94 * // Note: Real peer addresses are only supported by IPv4 for now. 250 * with IFA_ADDRESS being the peer address if they differ */ 322 nl_dump(p, " peer %s" [all...] |
| /external/chromium_org/net/third_party/nss/ssl/ |
| sslcon.c | [all...] |
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
| _stream_hybi.py | 656 # other peer. Just forget them. 845 it sends out TCP RST packet to the other peer.
|
| /external/chromium_org/chromeos/dbus/ |
| fake_shill_device_client.cc | 244 const std::string& peer,
|
| /external/chromium_org/net/server/ |
| http_server.cc | 227 // Sets peer address if exists. 228 connection->socket()->GetPeerAddress(&request.peer);
|
| /external/chromium_org/third_party/boringssl/src/include/openssl/ |
| evp.h | 514 /* EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivation 515 * by |ctx| to |peer|. It should be called after |EVP_PKEY_derive_init|. (For 516 * example, this is used to set the peer's key in (EC)DH.) It returns one on 518 OPENSSL_EXPORT int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer); 570 * 0: Is called from |EVP_PKEY_derive_set_peer| and |p2| contains a peer key. 573 * peer key. If the return value is <= 0, the key is rejected. 574 * 2: Is called with |p2| == NULL to test whether the peer's key was used. 576 * 3: Is called with |p2| == NULL to set whether the peer's key was used. [all...] |
| /external/chromium_org/tools/measure_page_load_time/ff_ext/content/ |
| measure_page_load_time.js | 169 * (host not found, connection reset by peer, etc), the onload
|