HomeSort by relevance Sort by last modified time
    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 41 milliseconds