HomeSort by relevance Sort by last modified time
    Searched refs:DECODE_ERROR (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HelloRequest.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest");
ServerHelloDone.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone");
CertificateVerify.java 58 fatalAlert(AlertProtocol.DECODE_ERROR,
62 fatalAlert(AlertProtocol.DECODE_ERROR,
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");
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
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";
CertificateMessage.java 57 fatalAlert(AlertProtocol.DECODE_ERROR,
81 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
89 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
CertificateRequest.java 106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
152 fatalAlert(AlertProtocol.DECODE_ERROR,
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/chromium/net/base/
sdch_manager.h 149 DECODE_ERROR = 96, // Something went wrong during decode.
sdch_filter.cc 108 SdchManager::SdchErrorRecovery(SdchManager::DECODE_ERROR);

Completed in 81 milliseconds