HomeSort by relevance Sort by last modified time
    Searched full:decode_error (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHello.java 98 fatalAlert(AlertProtocol.DECODE_ERROR,
114 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientHello");
130 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello");
139 fatalAlert(AlertProtocol.DECODE_ERROR,
144 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, short challenge data");
165 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect V2ClientHello, extra data");
CertificateVerify.java 58 fatalAlert(AlertProtocol.DECODE_ERROR,
62 fatalAlert(AlertProtocol.DECODE_ERROR,
HelloRequest.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest");
CertificateRequest.java 106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
152 fatalAlert(AlertProtocol.DECODE_ERROR,
AlertProtocol.java 99 * Defines the description code of the decode_error alert
101 protected static final byte DECODE_ERROR = 50;
240 case DECODE_ERROR:
241 return "decode_error";
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
ServerHelloDone.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone");
CertificateMessage.java 57 fatalAlert(AlertProtocol.DECODE_ERROR,
81 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
89 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
ClientKeyExchange.java 115 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientKeyExchange");
ServerHello.java 100 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHello");
ServerKeyExchange.java 137 fatalAlert(AlertProtocol.DECODE_ERROR,
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 52 goto decode_error;
70 goto decode_error;
79 goto decode_error;
109 goto decode_error;
118 goto decode_error;
120 goto decode_error;
127 goto decode_error;
131 goto decode_error;
135 goto decode_error;
171 goto decode_error;
    [all...]
tlsv1_client_read.c 50 goto decode_error;
68 goto decode_error;
77 goto decode_error;
94 goto decode_error;
103 goto decode_error;
105 goto decode_error;
122 goto decode_error;
158 goto decode_error;
172 goto decode_error;
207 decode_error
    [all...]
  /external/chromium/net/base/
sdch_filter.cc 108 SdchManager::SdchErrorRecovery(SdchManager::DECODE_ERROR);
sdch_manager.h 149 DECODE_ERROR = 96, // Something went wrong during decode.
  /external/openssl/apps/
s_cb.c 522 str_details2 = " decode_error";
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 165 case errSSLPeerDecodeError: // Received a decode_error alert.
    [all...]
ssl_client_socket_win.cc 67 // decode_error
    [all...]

Completed in 2610 milliseconds