OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAD_RECORD_MAC
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java
47
* Defines the description code of the
bad_record_mac
alert
49
protected static final byte
BAD_RECORD_MAC
= 20;
213
case
BAD_RECORD_MAC
:
214
return "
bad_record_mac
";
ConnectionStateSSLv3.java
341
throw new AlertException(AlertProtocol.
BAD_RECORD_MAC
,
ConnectionStateTLS.java
342
throw new AlertException(AlertProtocol.
BAD_RECORD_MAC
,
Completed in 33 milliseconds