HomeSort by relevance Sort by last modified time
    Searched refs:DECRYPT_ERROR (Results 1 - 6 of 6) 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";
ClientHandshakeImpl.java 425 fatalAlert(AlertProtocol.DECRYPT_ERROR, "Cannot verify RSA params");
466 fatalAlert(AlertProtocol.DECRYPT_ERROR, "Wrong type in ServerKeyExchange");
476 fatalAlert(AlertProtocol.DECRYPT_ERROR, "Cannot verify DH params");
502 fatalAlert(AlertProtocol.DECRYPT_ERROR, "Unsupported handshake type");
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 366 milliseconds