Home
last modified time | relevance | path

Searched refs:PRBool (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/net/third_party/nss/ssl/
Dssl.h191 SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRBool on);
192 SSL_IMPORT SECStatus SSL_EnableDefault(int option, PRBool on);
196 SSL_IMPORT SECStatus SSL_OptionSet(PRFileDesc *fd, PRInt32 option, PRBool on);
197 SSL_IMPORT SECStatus SSL_OptionGet(PRFileDesc *fd, PRInt32 option, PRBool *on);
198 SSL_IMPORT SECStatus SSL_OptionSetDefault(PRInt32 option, PRBool on);
199 SSL_IMPORT SECStatus SSL_OptionGetDefault(PRInt32 option, PRBool *on);
278 SSL_IMPORT SECStatus SSL_EnableCipher(long which, PRBool enabled);
283 SSL_IMPORT SECStatus SSL_CipherPrefSet(PRFileDesc *fd, PRInt32 cipher, PRBool enabled);
284 SSL_IMPORT SECStatus SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 cipher, PRBool *enabled);
285 SSL_IMPORT SECStatus SSL_CipherPrefSetDefault(PRInt32 cipher, PRBool enabled);
[all …]
Dsslimpl.h210 typedef PRInt32 (*ssl3HelloExtensionSenderFunc)(sslSocket *ss, PRBool append,
237 ssl3_CallHelloExtensionSenders(sslSocket *ss, PRBool append, PRUint32 maxBytes,
544 PRBool doDecrypt,
558 typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit);
597 PRBool bypassCiphers; /* did double bypass (at least) */
764 PRBool is_limited;
766 PRBool tls_keygen;
827 PRBool ticketTimestampVerified;
828 PRBool emptySessionTicket;
829 PRBool sentSessionTicketInClientHello;
[all …]
Dsslmutex.h39 PRBool isMultiProcess;
59 PRBool isMultiProcess;
77 PRBool isMultiProcess;
91 PRBool isMultiProcess;
111 extern SECStatus sslMutex_Destroy(sslMutex *sem, PRBool processLocal);
Dderive.c71 PRBool isTLS, in ssl3_KeyAndMacDeriveBypass()
72 PRBool isExport) in ssl3_KeyAndMacDeriveBypass()
84 PRBool explicitIV = PR_FALSE; in ssl3_KeyAndMacDeriveBypass()
87 PRBool isFIPS = PR_FALSE; in ssl3_KeyAndMacDeriveBypass()
88 PRBool isTLS12 = pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2; in ssl3_KeyAndMacDeriveBypass()
439 PRBool isTLS, in ssl3_MasterKeyDeriveBypass()
440 PRBool isRSA) in ssl3_MasterKeyDeriveBypass()
444 PRBool isFIPS = PR_FALSE; in ssl3_MasterKeyDeriveBypass()
445 PRBool isTLS12 = pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2; in ssl3_MasterKeyDeriveBypass()
525 ssl_canExtractMS(PK11SymKey *pms, PRBool isTLS, PRBool isDH, PRBool *pcbp) in ssl_canExtractMS()
[all …]
Dssl3ecc.c219 SSL3Hashes *hashes, PRBool bypassPKCS11) in ssl3_ComputeECDHKeyHash()
276 PRBool isTLS, isTLS12; in ssl3_SendECDHClientKeyExchange()
284 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0); in ssl3_SendECDHClientKeyExchange()
285 isTLS12 = (PRBool)(ss->ssl3.pwSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2); in ssl3_SendECDHClientKeyExchange()
374 PRBool isTLS, isTLS12; in ssl3_HandleECDHClientKeyExchange()
392 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0); in ssl3_HandleECDHClientKeyExchange()
393 isTLS12 = (PRBool)(ss->ssl3.prSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2); in ssl3_HandleECDHClientKeyExchange()
597 PRBool isTLS, isTLS12; in ssl3_HandleECDHServerKeyExchange()
611 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0); in ssl3_HandleECDHServerKeyExchange()
612 isTLS12 = (PRBool)(ss->ssl3.prSpec->version >= SSL_LIBRARY_VERSION_TLS_1_2); in ssl3_HandleECDHServerKeyExchange()
[all …]
Dsslmutex.c100 pMutex->isMultiProcess = (PRBool)(shared != 0); in sslMutex_Init()
138 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) in sslMutex_Destroy()
353 pMutex->isMultiProcess = (PRBool)(shared != 0); in sslMutex_Init()
383 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) in sslMutex_Destroy()
517 pMutex->isMultiProcess = (PRBool)(shared != 0); in sslMutex_Init()
532 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) in sslMutex_Destroy()
593 pMutex->isMultiProcess = (PRBool)(shared != 0); in sslMutex_Init()
603 sslMutex_Destroy(sslMutex *pMutex, PRBool processLocal) in sslMutex_Destroy()
Dssl3ext.c31 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 …]
Dsslsnce.c205 PRBool stopPolling;
206 PRBool everInherited;
230 PRBool shared;
238 static PRBool isMultiProcess = PR_FALSE;
1034 PRUint32 ssl3_timeout, const char *directory, PRBool shared) in InitCache()
1300 PRBool shared, in ssl_ConfigServerSessionIDCacheInstanceWithOpt()
1339 const char * directory, PRBool shared) in SSL_ConfigServerSessionIDCacheInstance()
1467 PRBool enableMPCache) in SSL_ConfigServerSessionIDCacheWithOpt()
1775 static PRBool
1785 PRBool rv = PR_FALSE; in getSvrWrappingKey()
[all …]
Dsslsock.c116 static PRBool ssl_inited = PR_FALSE;
119 PRBool locksEverDisabled; /* implicitly PR_FALSE */
120 PRBool ssl_force_locks; /* implicitly PR_FALSE */
137 static sslSocket *ssl_NewSocket(PRBool makeLocks, SSLProtocolVariant variant);
201 ss = ssl_NewSocket((PRBool)(!os->opt.noLocks), os->protocolVariant); in ssl_DupSocket()
437 ssl_EnableNagleDelay(sslSocket *ss, PRBool enabled) in ssl_EnableNagleDelay()
444 opt.value.no_delay = (PRBool)!enabled; in ssl_EnableNagleDelay()
472 SSL_Enable(PRFileDesc *fd, int which, PRBool on) in SSL_Enable()
511 ssl_EnableTLS(SSLVersionRange *vrange, PRBool on) in ssl_EnableTLS()
541 ssl_EnableSSL3(SSLVersionRange *vrange, PRBool on) in ssl_EnableSSL3()
[all …]
Dssl3con.c100 static SECStatus ssl3_AESGCMBypass(ssl3KeyMaterial *keys, PRBool doDecrypt,
241 static PRBool
650 static PRBool
741 PRBool isServer; in ssl3_config_match_init()
752 isServer = (PRBool)(ss->sec.isServer != 0); in ssl3_config_match_init()
808 suite->isPresent = (PRBool) in ssl3_config_match_init()
835 static PRBool
836 config_match(ssl3CipherSuiteCfg *suite, int policy, PRBool enabled, in config_match()
842 return (PRBool)(suite->enabled && in config_match()
854 count_cipher_suites(sslSocket *ss, int policy, PRBool enabled) in count_cipher_suites()
[all …]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprtpool.h68 PR_QueueJob(PRThreadPool *tpool, PRJobFn fn, void *arg, PRBool joinable);
73 PRJobFn fn, void * arg, PRBool joinable);
78 PRJobFn fn, void * arg, PRBool joinable);
83 PRJobFn fn, void * arg, PRBool joinable);
88 const PRNetAddr *addr, PRJobFn fn, void * arg, PRBool joinable);
93 PRJobFn fn, void * arg, PRBool joinable);
Dprvrsion.h73 PRBool beta; /* true if this is a beta component */
74 PRBool debug; /* true if this is a debug component */
75 PRBool special; /* true if this component is a special build */
Dprinit.h85 typedef PRBool (*PRVersionCheck)(const char*);
95 NSPR_API(PRBool) PR_VersionCheck(const char *importedVersion);
137 NSPR_API(PRBool) PR_Initialized(void);
/external/chromium_org/net/third_party/nss/ssl/bodge/
Dsecitem_array.c92 secitem_FreeArray(SECItemArray *array, PRBool zero_items, PRBool freeit) in secitem_FreeArray()
118 void SECITEM_FreeArray(SECItemArray *array, PRBool freeit) in SECITEM_FreeArray()
123 void SECITEM_ZfreeArray(SECItemArray *array, PRBool freeit) in SECITEM_ZfreeArray()
/external/chromium_org/net/third_party/nss/patches/
Ddidhandshakeresume.patch6 PRBool *yes);
9 + PRBool *last_handshake_resumed);
22 +SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) {
Dcipherorder.patch18 + PRBool found = PR_FALSE;
72 extern SECStatus ssl3_CipherPrefGet(sslSocket *ss, ssl3CipherSuite which, PRBool *on);
73 extern SECStatus ssl2_CipherPrefSet(sslSocket *ss, PRInt32 which, PRBool enabled);
74 extern SECStatus ssl2_CipherPrefGet(sslSocket *ss, PRInt32 which, PRBool *enabled);
101 SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 which, PRBool *enabled)
/external/chromium_org/chrome/utility/importer/
Dnss_decryptor_win.h86 typedef int PRBool; typedef
100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
103 typedef void (*SECITEMFreeItemFunc)(SECItem *item, PRBool free_it);
Dnss_decryptor_mac.h89 typedef int PRBool; typedef
103 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
106 typedef void (*SECITEMFreeItemFunc)(SECItem *item, PRBool free_it);
/external/chromium_org/crypto/third_party/nss/
Dchromium-blapi.h50 extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit);
68 extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit);
86 extern void SHA384_DestroyContext(SHA384Context *cx, PRBool freeit);
Dchromium-nss.h67 PRBool permanent,
68 PRBool sensitive,
Dpk11akey.cc54 PRBool permanent, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
55 PRBool sensitive, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
/external/chromium_org/net/third_party/mozilla_security_manager/
DnsPKCS12Blob.cpp88 nickname_collision(SECItem *old_nick, PRBool *cancel, void *wincx) in nickname_collision()
131 PRBool
132 pip_ucs2_ascii_conversion_fn(PRBool toUnicode, in pip_ucs2_ascii_conversion_fn()
138 PRBool swapBytes) in pip_ucs2_ascii_conversion_fn()
305 isExtractable(SECKEYPrivateKey *privKey, PRBool *extractable) in isExtractable()
438 PRBool privKeyIsExtractable = PR_FALSE; in nsPKCS12Blob_Export()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
Dpprthred.h291 NSPR_API(PRBool) PR_TestAndLock(PRLock *lock);
298 NSPR_API(PRBool) PR_TestAndEnterMonitor(PRMonitor *mon);
365 extern PRBool PR_XIsLocked(void);
/external/chromium_org/crypto/
Dscoped_nss_types.h24 template <typename Type, void (*Destroyer)(Type*, PRBool), PRBool freeit>
/external/chromium_org/base/third_party/nspr/
Dprtime.h65 typedef PRIntn PRBool; typedef
249 PRBool default_to_gmt,

1234