HomeSort by relevance Sort by last modified time
    Searched refs:PRBool (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/net/third_party/nss/ssl/bodge/
alghmac.h 46 HMAC_Destroy(HMACContext *cx, PRBool freeit);
58 unsigned int secret_len, PRBool isFIPS);
63 const unsigned char *secret, unsigned int secret_len, PRBool isFIPS);
blapi.h 194 extern PRBool KEA_Verify(SECItem *Y, SECItem *prime, SECItem *subPrime);
235 PRBool withCofactor,
287 extern void RC4_DestroyContext(RC4Context *cx, PRBool freeit);
353 extern void RC2_DestroyContext(RC2Context *cx, PRBool freeit);
416 extern void RC5_DestroyContext(RC5Context *cx, PRBool freeit);
470 int mode, PRBool encrypt);
485 extern void DES_DestroyContext(DESContext *cx, PRBool freeit);
527 int mode, PRBool encrypt);
535 extern void SEED_DestroyContext(SEEDContext *cx, PRBool freeit);
576 AES_DestroyContext(AESContext *cx, PRBool freeit)
    [all...]
loader.h 103 PRBool (* p_KEA_Verify)(SECItem *Y, SECItem *prime, SECItem *subPrime);
107 void (* p_RC4_DestroyContext)(RC4Context *cx, PRBool freeit);
121 void (* p_RC2_DestroyContext)(RC2Context *cx, PRBool freeit);
134 void (* p_RC5_DestroyContext)(RC5Context *cx, PRBool freeit);
146 int mode, PRBool encrypt);
148 void (* p_DES_DestroyContext)(DESContext *cx, PRBool freeit);
163 void (* p_AES_DestroyContext)(AESContext *cx, PRBool freeit);
180 void (* p_MD5_DestroyContext)(MD5Context *cx, PRBool freeit);
202 void (* p_MD2_DestroyContext)(MD2Context *cx, PRBool freeit);
225 void (* p_SHA1_DestroyContext)(SHA1Context *cx, PRBool freeit)
    [all...]
loader.c 334 PRBool
351 RC4_DestroyContext(RC4Context *cx, PRBool freeit)
390 RC2_DestroyContext(RC2Context *cx, PRBool freeit)
429 RC5_DestroyContext(RC5Context *cx, PRBool freeit)
460 int mode, PRBool encrypt)
468 DES_DestroyContext(DESContext *cx, PRBool freeit)
498 int mode, PRBool encrypt)
506 SEED_DestroyContext(SEEDContext *cx, PRBool freeit)
547 AES_DestroyContext(AESContext *cx, PRBool freeit)
601 MD5_DestroyContext(MD5Context *cx, PRBool freeit
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl.h 127 SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRBool on);
128 SSL_IMPORT SECStatus SSL_EnableDefault(int option, PRBool on);
132 SSL_IMPORT SECStatus SSL_OptionSet(PRFileDesc *fd, PRInt32 option, PRBool on);
133 SSL_IMPORT SECStatus SSL_OptionGet(PRFileDesc *fd, PRInt32 option, PRBool *on);
134 SSL_IMPORT SECStatus SSL_OptionSetDefault(PRInt32 option, PRBool on);
135 SSL_IMPORT SECStatus SSL_OptionGetDefault(PRInt32 option, PRBool *on);
159 SSL_IMPORT SECStatus SSL_EnableCipher(long which, PRBool enabled);
164 SSL_IMPORT SECStatus SSL_CipherPrefSet(PRFileDesc *fd, PRInt32 cipher, PRBool enabled);
165 SSL_IMPORT SECStatus SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 cipher, PRBool *enabled);
166 SSL_IMPORT SECStatus SSL_CipherPrefSetDefault(PRInt32 cipher, PRBool enabled)
    [all...]
sslmutex.h 72 PRBool isMultiProcess;
92 PRBool isMultiProcess;
110 PRBool isMultiProcess;
124 PRBool isMultiProcess;
sslimpl.h 232 typedef PRInt32 (*ssl3HelloExtensionSenderFunc)(sslSocket *ss, PRBool append,
259 ssl3_CallHelloExtensionSenders(sslSocket *ss, PRBool append, PRUint32 maxBytes,
465 typedef SECStatus (*SSLDestroy)(void *context, PRBool freeit);
554 PRBool bypassCiphers; /* did double bypass (at least) */
678 PRBool is_limited;
680 PRBool tls_keygen;
741 PRBool ticketTimestampVerified;
742 PRBool emptySessionTicket;
769 PRBool isResuming; /* are we resuming a session */
770 PRBool rehandshake; /* immediately start another handshake
    [all...]
sslauth.c 94 PRBool isDes = PR_FALSE;
235 SSL_AuthCertificate(void *arg, PRFileDesc *fd, PRBool checkSig, PRBool isServer)
derive.c 101 PRBool isTLS,
102 PRBool isExport)
116 PRBool isFIPS = PR_FALSE;
444 PRBool isTLS,
445 PRBool isRSA)
449 PRBool isFIPS = PR_FALSE;
524 ssl_canExtractMS(PK11SymKey *pms, PRBool isTLS, PRBool isDH, PRBool *pcbp)
589 PRBool *pcanbypass, void *pwArg
    [all...]
sslsnce.c 73 * PRBool ticketKeysValid;
213 PRBool stopPolling;
214 PRBool everInherited;
236 PRBool shared;
244 static PRBool isMultiProcess = PR_FALSE;
928 PRUint32 ssl3_timeout, const char *directory, PRBool shared)
    [all...]
ssl3ecc.c 249 SSL3Hashes *hashes, PRBool bypassPKCS11)
303 PRBool isTLS;
311 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0);
395 PRBool isTLS;
413 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
612 PRBool isTLS;
623 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
749 PRBool isTLS;
797 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0);
994 PRBool
    [all...]
sslsock.c 193 static PRBool ssl_inited = PR_FALSE;
196 PRBool locksEverDisabled; /* implicitly PR_FALSE */
197 PRBool ssl_force_locks; /* implicitly PR_FALSE */
206 static sslSocket *ssl_NewSocket(PRBool makeLocks);
269 ss = ssl_NewSocket((PRBool)(!os->opt.noLocks));
494 ssl_EnableNagleDelay(sslSocket *ss, PRBool enabled)
501 opt.value.no_delay = (PRBool)!enabled;
529 SSL_Enable(PRFileDesc *fd, int which, PRBool on)
558 SSL_OptionSet(PRFileDesc *fd, PRInt32 which, PRBool on)
562 PRBool holdingLocks
    [all...]
ssl3con.c 198 static PRBool
241 PRBool ssl3_global_policy_some_restricted = PR_FALSE;
634 PRBool isServer;
645 isServer = (PRBool)(ss->sec.isServer != 0);
701 suite->isPresent = (PRBool)
727 static PRBool
728 config_match(ssl3CipherSuiteCfg *suite, int policy, PRBool enabled)
733 return (PRBool)(suite->enabled &&
742 count_cipher_suites(sslSocket *ss, int policy, PRBool enabled)
759 static PRBool
    [all...]
sslmutex.c 133 pMutex->isMultiProcess = (PRBool)(shared != 0);
382 pMutex->isMultiProcess = (PRBool)(shared != 0);
545 pMutex->isMultiProcess = (PRBool)(shared != 0);
616 pMutex->isMultiProcess = (PRBool)(shared != 0);
ssl3ext.c 61 static PRBool session_ticket_keys_initialized = PR_FALSE;
65 PRBool append, PRUint32 maxBytes);
263 static PRBool
274 PRBool
281 static PRBool
294 PRBool append,
351 PRBool append,
503 PRBool append,
550 PRBool ms_is_wrapped;
    [all...]
sslinfo.c 299 PRBool
305 return (PRBool)(suiteInfo[i].isExportable);
sslnonce.c 90 static PRBool LocksInitializedEarly = PR_FALSE;
167 ssl_InitSessionCacheLocks(PRBool lazyInit)
sslsecur.c 217 SSL_ResetHandshake(PRFileDesc *s, PRBool asServer)
281 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache)
316 PRBool flushCache,
900 ssl_ResetSecurityInfo(sslSecurityInfo *sec, PRBool doMemset)
    [all...]
sslcon.c 58 static PRBool policyWasSet;
362 ssl2_CipherPrefSetDefault(PRInt32 which, PRBool enabled)
384 ssl2_CipherPrefGetDefault(PRInt32 which, PRBool *enabled)
386 PRBool rv = PR_FALSE;
398 rv = (PRBool)((chosenPreference & bitMask) != 0);
404 ssl2_CipherPrefSet(sslSocket *ss, PRInt32 which, PRBool enabled)
426 ssl2_CipherPrefGet(sslSocket *ss, PRInt32 which, PRBool *enabled)
428 PRBool rv = PR_FALSE;
440 rv = (PRBool)((ss->chosenPreference & bitMask) != 0);
    [all...]
  /external/chromium/base/third_party/nss/
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);
sha512.cc 167 SHA256_DestroyContext(SHA256Context *ctx, PRBool freeit)
693 SHA512_DestroyContext(SHA512Context *ctx, PRBool freeit)
1214 SHA384_DestroyContext(SHA384Context *ctx, PRBool freeit)
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.h 92 PRBool checksig, PRBool is_server);
ssl_client_socket_nss.cc     [all...]
  /external/chromium/base/third_party/nspr/
prtime.h 230 PRBool default_to_gmt,
prtypes.h 491 ** TYPES: PRBool
493 ** Use PRBool for variables and parameter types. Use PR_FALSE and PR_TRUE
498 typedef PRIntn PRBool;

Completed in 586 milliseconds

1 2