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

  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 59 * Defines the description code of the decompression_failure alert
61 protected static final byte DECOMPRESSION_FAILURE = 30;
219 case DECOMPRESSION_FAILURE:
220 return "decompression_failure";
SSLRecordProtocol.java 389 throw new AlertException(AlertProtocol.DECOMPRESSION_FAILURE,

Completed in 474 milliseconds