OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECRYPT_ERROR
(Results
1 - 7
of
7
) 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_impl.cc
362
status == VideoFrameStream::
DECRYPT_ERROR
) {
365
if (status == VideoFrameStream::
DECRYPT_ERROR
)
video_frame_stream.cc
261
SatisfyRead(
DECRYPT_ERROR
, NULL);
/external/chromium_org/media/cdm/
aes_decryptor_unittest.cc
277
DECRYPT_ERROR
,
293
case
DECRYPT_ERROR
:
322
case
DECRYPT_ERROR
:
543
DecryptAndExpect(encrypted_buffer, original_data_,
DECRYPT_ERROR
);
Completed in 1996 milliseconds