Home
last modified time | relevance | path

Searched refs:ShortBufferWithoutStackTraceException (Results 1 – 12 of 12) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DShortBufferWithoutStackTraceException.java27 final class ShortBufferWithoutStackTraceException extends ShortBufferException { class
30 public ShortBufferWithoutStackTraceException() { in ShortBufferWithoutStackTraceException() method in ShortBufferWithoutStackTraceException
34 public ShortBufferWithoutStackTraceException(String msg) { in ShortBufferWithoutStackTraceException() method in ShortBufferWithoutStackTraceException
DOpenSSLEvpCipher.java118 … throw new ShortBufferWithoutStackTraceException("output buffer too small during update: " in updateInternal()
153 … throw new ShortBufferWithoutStackTraceException("buffer is too short: " + writtenBytes + " > " in doFinalInternal()
DOpenSSLAeadCipher.java238 throw new ShortBufferWithoutStackTraceException("Insufficient Bytes for Output Buffer"); in engineDoFinal()
281 throw new ShortBufferWithoutStackTraceException("Insufficient output space"); in engineDoFinal()
DOpenSSLCipherChaCha20.java74 throw new ShortBufferWithoutStackTraceException("Insufficient output space"); in updateInternal()
DOpenSSLBaseDHKeyAgreement.java106 throw new ShortBufferWithoutStackTraceException( in engineGenerateSecret()
DOpenSSLCipherRSA.java332 …throw new ShortBufferWithoutStackTraceException("output buffer is too small " + output.length + " … in engineDoFinal()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DShortBufferWithoutStackTraceException.java28 final class ShortBufferWithoutStackTraceException extends ShortBufferException { class
31 public ShortBufferWithoutStackTraceException() { in ShortBufferWithoutStackTraceException() method in ShortBufferWithoutStackTraceException
35 public ShortBufferWithoutStackTraceException(String msg) { in ShortBufferWithoutStackTraceException() method in ShortBufferWithoutStackTraceException
DOpenSSLEvpCipher.java122 throw new ShortBufferWithoutStackTraceException( in updateInternal()
157 throw new ShortBufferWithoutStackTraceException( in doFinalInternal()
DOpenSSLAeadCipher.java242 throw new ShortBufferWithoutStackTraceException("Insufficient Bytes for Output Buffer"); in engineDoFinal()
284 throw new ShortBufferWithoutStackTraceException("Insufficient output space"); in engineDoFinal()
DOpenSSLBaseDHKeyAgreement.java108 throw new ShortBufferWithoutStackTraceException( in engineGenerateSecret()
DOpenSSLCipherChaCha20.java76 throw new ShortBufferWithoutStackTraceException("Insufficient output space"); in updateInternal()
DOpenSSLCipherRSA.java336 throw new ShortBufferWithoutStackTraceException( in engineDoFinal()