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

  /libcore/crypto/src/main/java/org/conscrypt/
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;
239 case DECODE_ERROR:
240 return "decode_error";
CertificateMessage.java 56 fatalAlert(AlertProtocol.DECODE_ERROR,
80 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
88 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
CertificateRequest.java 106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
150 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 191 fatalAlert(AlertProtocol.DECODE_ERROR,
  /external/chromium_org/media/filters/
video_frame_stream.h 40 DECODE_ERROR, // Decoder returned decode error.
video_frame_stream.cc 73 read_cb, DECODE_ERROR, scoped_refptr<VideoFrame>()));
254 SatisfyRead(DECODE_ERROR, NULL);
390 SatisfyRead(DECODE_ERROR, NULL);
video_renderer_impl.cc 361 if (status == VideoFrameStream::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);
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 191 DECODE_ERROR, // Decoding error happened.
rtc_video_decoder.cc 165 if (state_ == UNINITIALIZED || state_ == DECODE_ERROR) {
195 if (state_ == DECODE_ERROR) {
497 state_ = DECODE_ERROR;
  /external/chromium_org/net/base/
sdch_manager.h 150 DECODE_ERROR = 96, // Something went wrong during decode.
sdch_filter.cc 106 SdchManager::SdchErrorRecovery(SdchManager::DECODE_ERROR);

Completed in 450 milliseconds