Searched refs:isTLS (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DClientKeyExchangeTest.java39 boolean[] isTLS = new boolean[] { true, false };
41 for (int i = 0; i < isTLS.length; i++) {
43 encrypted_pre_master_secret, isTLS[i]);
59 .length(), isTLS[i], true);
69 isTLS[i], true);
70 if (isTLS[i]) {
74 if (!isTLS[i]) {
83 isTLS[i], true);
84 if (isTLS[i]) {
88 if (!isTLS[
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslplatf.c205 PRBool isTLS, KeyType keyType)
260 doDerEncode = isTLS;
329 PRBool isTLS, KeyType keyType)
377 doDerEncode = isTLS;
461 PRBool isTLS, KeyType keyType)
464 return ssl3_CngPlatformSignHashes(hash, key, buf, isTLS, keyType);
466 return ssl3_CAPIPlatformSignHashes(hash, key, buf, isTLS, keyType);
555 PRBool isTLS, KeyType keyType)
628 doDerEncode = isTLS;
725 PRBool isTLS, KeyTyp
204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
554 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
724 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
[all...]
H A Dderive.c71 PRBool isTLS,
154 if (isTLS) {
283 } else if (!isTLS) {
439 PRBool isTLS,
475 if (isTLS) {
525 ssl_canExtractMS(PK11SymKey *pms, PRBool isTLS, PRBool isDH, PRBool *pcbp) argument
541 if (isTLS) {
588 /* XXX Add SSL_CBP_TLS1_1 and test it in protocolmask when setting isTLS. */
614 PRBool isTLS = PR_FALSE;
679 isTLS
67 ssl3_KeyAndMacDeriveBypass( ssl3CipherSpec * pwSpec, const unsigned char * cr, const unsigned char * sr, PRBool isTLS, PRBool isExport) argument
434 ssl3_MasterKeyDeriveBypass( ssl3CipherSpec * pwSpec, const unsigned char * cr, const unsigned char * sr, const SECItem * pms, PRBool isTLS, PRBool isRSA) argument
[all...]
H A Dssl3ecc.c285 PRBool isTLS, isTLS12; local
293 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0);
315 } else if (isTLS) {
383 PRBool isTLS, isTLS12; local
401 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
406 } else if (isTLS) {
606 PRBool isTLS, isTLS12; local
620 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
672 if (isTLS)
683 desc = isTLS
762 PRBool isTLS, isTLS12; local
[all...]
H A Dssl3con.c927 PRBool isTLS)
942 doDerEncode = isTLS;
1016 SECItem *buf, PRBool isTLS, void *pwArg)
1054 if (isTLS || buf->len != SECKEY_SignatureLen(key)) {
1397 PRBool isTLS; local
1414 isTLS = (PRBool)(pwSpec->version > SSL_LIBRARY_VERSION_3_0);
1435 if (mac <= ssl_mac_sha && mac != ssl_mac_null && isTLS)
2291 PRBool isTLS = (PRBool)(kea_def->tls_keygen || local
2297 isTLS,
3380 PRBool isTLS local
926 ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key, SECItem *buf, PRBool isTLS) argument
1015 ssl3_VerifySignedHashes(SSL3Hashes *hash, CERTCertificate *cert, SECItem *buf, PRBool isTLS, void *pwArg) argument
3672 PRBool isTLS = (PRBool)(kea_def->tls_keygen || local
3843 PRBool isTLS = (PRBool)(kea_def->tls_keygen || local
4594 PRBool isTLS = (PRBool)(spec->version > SSL_LIBRARY_VERSION_3_0); local
4978 PRBool isTLS = PR_FALSE; local
5926 PRBool isTLS; local
6029 PRBool isTLS; local
6123 PRBool isTLS; local
6196 PRBool isTLS; local
6308 PRBool isTLS = PR_FALSE; local
6741 PRBool isTLS, isTLS12; local
7109 PRBool isTLS = PR_FALSE; local
9136 PRBool isTLS; local
9352 PRBool isTLS, isTLS12; local
9523 PRBool isTLS = PR_FALSE; local
10163 PRBool isTLS; local
10891 PRBool isTLS; local
11048 PRBool isTLS; local
11803 PRBool isTLS; local
12546 PRBool isTLS; local
[all...]
H A Dsslimpl.h1594 PRBool isTLS, PRBool isExport);
1597 const SECItem * pms, PRBool isTLS, PRBool isRSA);
1785 SECItem *buf, PRBool isTLS);
1787 CERTCertificate *cert, SECItem *buf, PRBool isTLS,
1915 PRBool isTLS, KeyType keyType);

Completed in 157 milliseconds