Searched defs:isServer (Results 1 - 14 of 14) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingContext.java65 * @param isServer {@code true} if this endpoint it the server
69 OutputStream peerOutputStream, boolean isServer) {
74 mIsServer = isServer;
81 * @param isServer {@code true} if this endpoint is the server
86 public static PairingContext fromSslSocket(SSLSocket socket, boolean isServer) argument
92 return new PairingContext(localCert, peerCert, input, output, isServer);
100 if (isServer()) {
112 if (isServer()) {
135 public boolean isServer() { method in class:PairingContext
140 return !(isServer());
67 PairingContext(Certificate localCertificate, Certificate peerCertificate, InputStream peerInputStream, OutputStream peerOutputStream, boolean isServer) argument
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslauth.c282 SSL_AuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig, PRBool isServer) argument
313 certUsage = isServer ? certUsageSSLClient : certUsageSSLServer;
318 if ( rv != SECSuccess || isServer )
H A Dssl3con.c741 PRBool isServer; local
752 isServer = (PRBool)(ss->sec.isServer != 0);
810 ((!isServer || (svrAuth->serverKeyPair &&
1638 PRBool server_encrypts = ss->sec.isServer;
1782 pwSpec->encodeContext = (ss->sec.isServer) ? serverContext : clientContext;
1783 pwSpec->decodeContext = (ss->sec.isServer) ? clientContext : serverContext;
2203 (ss->sec.isServer ? CKA_ENCRYPT : CKA_DECRYPT),
2226 (ss->sec.isServer ? CKA_DECRYPT : CKA_ENCRYPT),
2240 pwSpec->encodeContext = (ss->sec.isServer)
2643 ssl3_CompressMACEncryptRecord(ssl3CipherSpec * cwSpec, PRBool isServer, PRBool isDTLS, PRBool capRecordVersion, SSL3ContentType type, const SSL3Opaque * pIn, PRUint32 contentLen, sslBuffer * wrBuf) argument
10226 PRBool isServer = (PRBool)(!!ss->sec.isServer); local
10399 PRBool isServer = (PRBool)(!!ss->sec.isServer); local
10593 ssl3_ComputeTLSFinished(ssl3CipherSpec *spec, PRBool isServer, const SSL3Hashes * hashes, TLSFinished * tlsFinished) argument
10954 PRBool isServer = ss->sec.isServer; local
11027 PRBool isServer = ss->sec.isServer; local
11109 PRBool isServer = ss->sec.isServer; local
[all...]
H A Dsslimpl.h1159 int isServer; /* Spec Lock?*/ /* ssl 2 & 3 */ member in struct:sslSecurityInfoStr
1515 PRBool isServer,
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java555 * @param isServer is set to true if this is the UAS
558 public String getDialogId(boolean isServer) { argument
563 if (!isServer) {
589 public String getDialogId(boolean isServer, String toTag) { argument
593 if (!isServer) {
H A DSIPRequest.java548 * @param isServer is set to true if this is the UAS and set to false if this is the UAC
550 public String getDialogId(boolean isServer) { argument
555 if (!isServer) {
585 public String getDialogId(boolean isServer, String toTag) { argument
589 if (!isServer) {
/external/nist-sip/java/javax/sip/
H A DDialog.java57 boolean isServer(); method in interface:Dialog
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dchatroommoduleimpl.cc85 XmppReturnStatus ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer);
544 bool isServer) {
569 if (isServer) {
542 ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer) argument
/external/chromium_org/third_party/webrtc/base/
H A Dnssstreamadapter.cc769 PRBool isServer) {
766 AuthCertificateHook(void *arg, PRFileDesc *fd, PRBool checksig, PRBool isServer) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java720 if (!isServer()) {
844 if (sipResponse.getStatusCode() / 100 == 2 && !this.isServer()) {
855 if (!isServer()) {
1242 sipStack.getStackLogger().logDebug("isServer = " + isServer());
1418 public boolean isServer() { method in class:SIPDialog
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1459 if (dialog.isServer()) {
1781 if (!isServer()) {
1889 || (this.isServer()
[all...]
H A DSIPTransactionStack.java901 * @param isServer search the server transaction table if true.
906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) { argument
909 if (isServer) {
973 public SIPTransaction findCancelTransaction(SIPRequest cancelRequest, boolean isServer) { argument
977 + "\nfindCancelRequest isServer=" + isServer);
980 if (isServer) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3776 milliseconds