/external/chromium_org/net/socket/ |
ssl_server_socket_nss.h | 98 PRBool checksig, 99 PRBool is_server);
|
/external/chromium_org/net/third_party/nss/ssl/ |
derive.c | 71 PRBool isTLS, 72 PRBool isExport) 84 PRBool explicitIV = PR_FALSE; 87 PRBool isFIPS = PR_FALSE; 88 PRBool isTLS12 = pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2; 439 PRBool isTLS, 440 PRBool isRSA) 444 PRBool isFIPS = PR_FALSE; 445 PRBool isTLS12 = pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2; 525 ssl_canExtractMS(PK11SymKey *pms, PRBool isTLS, PRBool isDH, PRBool *pcbp [all...] |
ssl3ecc.c | 228 SSL3Hashes *hashes, PRBool bypassPKCS11) 285 PRBool isTLS, isTLS12; 293 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0); 294 isTLS12 = (PRBool)(ss->ssl3.pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2); 383 PRBool isTLS, isTLS12; 401 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0); 402 isTLS12 = (PRBool)(ss->ssl3.prSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2); 606 PRBool isTLS, isTLS12; 620 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0); 621 isTLS12 = (PRBool)(ss->ssl3.prSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2) [all...] |
sslmutex.c | 100 pMutex->isMultiProcess = (PRBool)(shared != 0); 138 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) 353 pMutex->isMultiProcess = (PRBool)(shared != 0); 383 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) 517 pMutex->isMultiProcess = (PRBool)(shared != 0); 532 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) 593 pMutex->isMultiProcess = (PRBool)(shared != 0); 603 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal)
|
sslreveal.c | 76 PRBool *pYes)
|
sslsock.c | 202 static PRBool ssl_inited = PR_FALSE; 205 PRBool locksEverDisabled; /* implicitly PR_FALSE */ 206 PRBool ssl_force_locks; /* implicitly PR_FALSE */ 223 static sslSocket *ssl_NewSocket(PRBool makeLocks, SSLProtocolVariant variant); 287 ss = ssl_NewSocket((PRBool)(!os->opt.noLocks), os->protocolVariant); 523 ssl_EnableNagleDelay(sslSocket *ss, PRBool enabled) 530 opt.value.no_delay = (PRBool)!enabled; 558 SSL_Enable(PRFileDesc *fd, int which, PRBool on) 597 ssl_EnableTLS(SSLVersionRange *vrange, PRBool on) 627 ssl_EnableSSL3(SSLVersionRange *vrange, PRBool on [all...] |
sslplatf.c | 205 PRBool isTLS, KeyType keyType) 209 PRBool doDerEncode = PR_FALSE; 329 PRBool isTLS, KeyType keyType) 332 PRBool doDerEncode = PR_FALSE; 461 PRBool isTLS, KeyType keyType) 555 PRBool isTLS, KeyType keyType) 558 PRBool doDerEncode = PR_FALSE; 725 PRBool isTLS, KeyType keyType)
|
sslauth.c | 102 PRBool isDes = PR_FALSE; 282 SSL_AuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig, PRBool isServer)
|
ssl3ext.c | 31 static PRBool session_ticket_keys_initialized = PR_FALSE; 50 PRBool append, PRUint32 maxBytes); 59 static PRInt32 ssl3_ClientSendAppProtoXtn(sslSocket *ss, PRBool append, 61 static PRInt32 ssl3_ClientSendNextProtoNegoXtn(sslSocket *ss, PRBool append, 63 static PRInt32 ssl3_SendUseSRTPXtn(sslSocket *ss, PRBool append, 69 static PRInt32 ssl3_ClientSendChannelIDXtn(sslSocket *ss, PRBool append, 72 PRBool append, PRUint32 maxBytes); 78 static PRInt32 ssl3_ClientSendStatusRequestXtn(sslSocket * ss, PRBool append, 80 static PRInt32 ssl3_ClientSendSigAlgsXtn(sslSocket *ss, PRBool append, 85 PRBool append [all...] |
sslsnce.c | 40 * PRBool ticketKeysValid; 205 PRBool stopPolling; 206 PRBool everInherited; 230 PRBool shared; 238 static PRBool isMultiProcess = PR_FALSE; [all...] |
ssl3con.c | 100 static SECStatus ssl3_AESGCMBypass(ssl3KeyMaterial *keys, PRBool doDecrypt, 222 static PRBool 633 static PRBool 724 PRBool isServer; 735 isServer = (PRBool)(ss->sec.isServer != 0); [all...] |
/external/chromium/base/third_party/nspr/ |
prtime.h | 235 PRBool default_to_gmt,
|
/external/chromium_org/base/third_party/nspr/ |
prtime.h | 235 PRBool default_to_gmt,
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prlog.h | 168 NSPR_API(PRBool) PR_SetLogFile(const char *name);
|
prtime.h | 266 PRBool default_to_gmt,
|
prio.h | 244 PRBool polarity; /* Polarity of the option's setting */ 261 PRBool non_blocking; /* Non-blocking (network) I/O */ 262 PRBool reuse_addr; /* Allow local address reuse */ 263 PRBool keep_alive; /* Keep connections alive */ 264 PRBool mcast_loopback; /* IP multicast loopback */ 265 PRBool no_delay; /* Don't delay send to coalesce packets */ 266 PRBool broadcast; /* Enable broadcast */ [all...] |
plhash.h | 117 PR_EXTERN(PRBool)
|
prnetdb.h | 279 ** PRBool PR_TRUE if the network address is of the 282 NSPR_API(PRBool) PR_IsNetAddrType(const PRNetAddr *addr, PRNetAddrValue val);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_winnt.h | 165 PRBool interrupt_disabled;/* thread cannot be interrupted */ 201 PRBool firstEntry; /* Is this the entry returned 223 PRBool io_model_committed; /* The io model (blocking or nonblocking) 228 PRBool sync_file_io; /* Use synchronous file I/O on the osfd 230 PRBool accepted_socket; /* Is this an accepted socket (on the 265 extern PRInt32 _PR_MD_CLOSE(PRInt32 osfd, PRBool socket);
|
_macos.h | 83 PRBool missedIONotify; 84 PRBool missedAsyncNotify; 85 PRBool asyncNotifyPending; 111 PRBool trackScheduling; 128 PRBool doListen; 275 *((PRBool *)_status) = PR_TRUE; \ 290 *((PRBool *)_status) = PR_TRUE; \
|
_beos.h | 100 PRBool is_joining; /* TRUE if someone is currently waiting to 157 PRBool accepted_socket; 160 PRBool connectValueValid; 482 NSPR_API(void) _MD_init_context(PRThread *thread, char *top, void (*start) (void), PRBool *status); 520 NSPR_API(void) _MD_init_fd_inheritable(PRFileDesc *fd, PRBool imported); 552 // NSPR_API(PRInt32) _MD_fast_accept(PRFileDesc *fd, PRNetAddr *addr, PRUint32 *addrlen, PRIntervalTime timeout, PRBool fast, _PR_AcceptTimeoutCallback callback, void *callbackArg); 553 // NSPR_API(PRInt32) _MD_fast_accept_read(PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout, PRBool fast, _PR_AcceptTimeoutCallback callback, void *callbackArg);
|
_win95.h | 104 PRBool inCVWaitQueue; /* PR_TRUE if the thread is in the 133 PRBool firstEntry; /* Is this the entry returned 142 PRBool firstEntry; /* Is this the entry returned
|
/external/chromium/net/socket/ |
ssl_client_socket_nss.h | 150 PRBool checksig, PRBool is_server);
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 47 PRBool retry_;
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 48 PRBool retry_;
|