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

  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 103 * Defines the description code of the decrypt_error alert
105 protected static final byte DECRYPT_ERROR = 51;
241 case DECRYPT_ERROR:
242 return "decrypt_error";
ServerHandshakeImpl.java 187 fatalAlert(AlertProtocol.DECRYPT_ERROR,
  /external/chromium_org/media/filters/
video_frame_stream.h 41 DECRYPT_ERROR // Decoder returned decrypt error.
video_renderer_base.cc 344 status == VideoFrameStream::DECRYPT_ERROR) {
347 if (status == VideoFrameStream::DECRYPT_ERROR)
video_frame_stream.cc 233 SatisfyRead(DECRYPT_ERROR, NULL);

Completed in 1194 milliseconds