Searched refs:JNI_TRACE (Results 1 – 8 of 8) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 65 JNI_TRACE("ssl_ctx == null"); in to_SSL_CTX() 74 JNI_TRACE("ssl == null"); in to_SSL() 83 JNI_TRACE("bio == null"); in to_SSL_BIO() 93 JNI_TRACE("ssl_session == null"); in to_SSL_SESSION() 103 JNI_TRACE("ssl_cipher == null"); in to_SSL_CIPHER() 112 JNI_TRACE("contextObject == null"); in fromContextObject() 119 JNI_TRACE("ref == null"); in fromContextObject() 132 JNI_TRACE("arrayToBignum(%p, %p)", source, dest); in arrayToBignum() 134 JNI_TRACE("arrayToBignum(%p, %p) => dest is null!", source, dest); in arrayToBignum() 138 JNI_TRACE("arrayToBignum(%p, %p) *dest == %p", source, dest, *dest); in arrayToBignum() [all …]
|
/external/conscrypt/common/src/jni/main/include/ |
D | Errors.h | 96 JNI_TRACE("throwBadPaddingException %s", message); in throwBadPaddingException() 104 JNI_TRACE("throwSignatureException %s", message); in throwSignatureException() 112 JNI_TRACE("throwInvalidKeyException %s", message); in throwInvalidKeyException() 120 JNI_TRACE("throwIllegalBlockSizeException %s", message); in throwIllegalBlockSizeException() 128 JNI_TRACE("throwUnknownAlgorithmException %s", message); in throwNoSuchAlgorithmException() 136 JNI_TRACE("throwIOException %s", message); in throwIOException() 149 JNI_TRACE("throwInvalidAlgorithmParameterException %s", message); in throwInvalidAlgorithmParameterException() 289 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location, 326 JNI_TRACE("throwSocketTimeoutException %s", message); in throwSocketTimeoutException() 334 JNI_TRACE("throwSSLExceptionStr %s", message); in throwSSLHandshakeExceptionStr() [all …]
|
D | BioInputStream.h | 42 JNI_TRACE("BIO::gets \"%s\"", buf); in gets() 56 JNI_TRACE("BioInputStream::read could not get JNIEnv"); in read_internal() 61 JNI_TRACE("BioInputStream::read called with pending exception"); in read_internal() 67 JNI_TRACE("BioInputStream::read failed call to NewByteArray"); in read_internal() 73 JNI_TRACE("BioInputStream::read failed call to InputStream#read"); in read_internal()
|
D | BioOutputStream.h | 33 JNI_TRACE("BioOutputStream::write => could not get JNIEnv"); in write() 38 JNI_TRACE("BioOutputStream::write => called with pending exception"); in write() 44 JNI_TRACE("BioOutputStream::write => failed call to NewByteArray"); in write() 52 JNI_TRACE("BioOutputStream::write => failed call to OutputStream#write"); in write()
|
D | AppData.h | 120 JNI_TRACE("AppData::create WSACreateEvent failed: %d", WSAGetLastError()); in create() 187 JNI_TRACE("appData=%p setAlpnCallbackState => alpnProtocols == null", this); in setAlpnCallbackState() 220 JNI_TRACE("appData=%p setCallbackState => netFd->isClosed() == true", this); in setCallbackState()
|
D | BioStream.h | 44 JNI_TRACE("isEof? %s", mEof ? "yes" : "no"); in isEof() 55 JNI_TRACE("BioStream::flush called with pending exception"); in flush()
|
D | NetworkUtil.h | 61 JNI_TRACE("ioctlsocket %d failed with error: %d", fd, WSAGetLastError()); in setBlocking()
|
D | Trace.h | 72 #define JNI_TRACE(...) \ macro
|