/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl.h | 191 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 …]
|
D | sslimpl.h | 210 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 …]
|
D | sslmutex.h | 39 PRBool isMultiProcess; 59 PRBool isMultiProcess; 77 PRBool isMultiProcess; 91 PRBool isMultiProcess; 111 extern SECStatus sslMutex_Destroy(sslMutex *sem, PRBool processLocal);
|
D | derive.c | 71 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 …]
|
D | ssl3ecc.c | 219 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 …]
|
D | sslmutex.c | 100 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()
|
D | 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 …]
|
D | sslsnce.c | 205 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 …]
|
D | sslsock.c | 116 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 …]
|
D | ssl3con.c | 100 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/ |
D | prtpool.h | 68 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);
|
D | prvrsion.h | 73 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 */
|
D | prinit.h | 85 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/ |
D | secitem_array.c | 92 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/ |
D | didhandshakeresume.patch | 6 PRBool *yes); 9 + PRBool *last_handshake_resumed); 22 +SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) {
|
D | cipherorder.patch | 18 + 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/ |
D | nss_decryptor_win.h | 86 typedef int PRBool; typedef 100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx); 103 typedef void (*SECITEMFreeItemFunc)(SECItem *item, PRBool free_it);
|
D | nss_decryptor_mac.h | 89 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/ |
D | chromium-blapi.h | 50 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);
|
D | chromium-nss.h | 67 PRBool permanent, 68 PRBool sensitive,
|
D | pk11akey.cc | 54 PRBool permanent, in ImportEncryptedECPrivateKeyInfoAndReturnKey() 55 PRBool sensitive, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
|
/external/chromium_org/net/third_party/mozilla_security_manager/ |
D | nsPKCS12Blob.cpp | 88 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/ |
D | pprthred.h | 291 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/ |
D | scoped_nss_types.h | 24 template <typename Type, void (*Destroyer)(Type*, PRBool), PRBool freeit>
|
/external/chromium_org/base/third_party/nspr/ |
D | prtime.h | 65 typedef PRIntn PRBool; typedef 249 PRBool default_to_gmt,
|