HomeSort by relevance Sort by last modified time
    Searched defs:isTLS (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientKeyExchange.java 39 boolean isTLS;
49 * @param isTLS
51 public ClientKeyExchange(byte[] encrypted_pre_master_secret, boolean isTLS) {
54 if (isTLS) {
57 this.isTLS = isTLS;
90 * @param isTLS
94 public ClientKeyExchange(HandshakeIODataStream in, int length, boolean isTLS, boolean isRSA)
96 this.isTLS = isTLS;
    [all...]
  /external/chromium/net/third_party/nss/ssl/
derive.c 101 PRBool isTLS,
176 if (isTLS) {
288 } else if (!isTLS) {
444 PRBool isTLS,
479 if (isTLS) {
524 ssl_canExtractMS(PK11SymKey *pms, PRBool isTLS, PRBool isDH, PRBool *pcbp)
540 if (isTLS) {
601 PRBool isTLS = PR_FALSE;
663 isTLS = PR_FALSE;
666 isTLS = PR_TRUE
    [all...]
ssl3ecc.c 303 PRBool isTLS;
311 isTLS = (PRBool)(ss->ssl3.pwSpec->version > SSL_LIBRARY_VERSION_3_0);
330 if (isTLS) target = CKM_TLS_MASTER_KEY_DERIVE_DH;
395 PRBool isTLS;
413 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
415 if (isTLS) target = CKM_TLS_MASTER_KEY_DERIVE_DH;
612 PRBool isTLS;
623 isTLS = (PRBool)(ss->ssl3.prSpec->version > SSL_LIBRARY_VERSION_3_0);
661 if (isTLS)
672 desc = isTLS ? decrypt_error : handshake_failure
    [all...]
ssl3con.c     [all...]

Completed in 1434 milliseconds