HomeSort by relevance Sort by last modified time
    Searched refs:DECODE_ERROR (Results 1 - 24 of 24) 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/remoting/codec/
video_decoder.h 26 // displayed. DECODE_ERROR is returned if there was an error in the stream.
28 DECODE_ERROR = -1,
video_decoder_verbatim.cc 63 return DECODE_ERROR;
80 return DECODE_ERROR;
101 return DECODE_ERROR;
video_decoder_vp8.cc 74 return DECODE_ERROR;
86 return DECODE_ERROR;
94 return DECODE_ERROR;
codec_test.cc 164 ASSERT_NE(VideoDecoder::DECODE_ERROR, result);
  /external/chromium_org/media/filters/
video_frame_stream.h 40 DECODE_ERROR, // Decoder returned decode error.
video_frame_stream.cc 69 read_cb, DECODE_ERROR, scoped_refptr<VideoFrame>()));
226 SatisfyRead(DECODE_ERROR, NULL);
368 SatisfyRead(DECODE_ERROR, NULL);
video_renderer_base.cc 343 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 183 DECODE_ERROR, // Decoding error happened.
rtc_video_decoder.cc 160 if (state_ == UNINITIALIZED || state_ == DECODE_ERROR) {
188 if (state_ == DECODE_ERROR) {
459 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 754 milliseconds