Searched refs:JNI_TRACE (Results 1 – 8 of 8) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 81 JNI_TRACE("ssl_ctx == null"); in to_SSL_CTX() 90 JNI_TRACE("ssl == null"); in to_SSL() 99 JNI_TRACE("bio == null"); in to_BIO() 109 JNI_TRACE("ssl_session == null"); in to_SSL_SESSION() 119 JNI_TRACE("ssl_cipher == null"); in to_SSL_CIPHER() 128 JNI_TRACE("contextObject == null"); in fromContextObject() 135 JNI_TRACE("ref == null"); in fromContextObject() 148 JNI_TRACE("arrayToBignum(%p, %p)", source, dest); in arrayToBignum() 150 JNI_TRACE("arrayToBignum(%p, %p) => dest is null!", source, dest); in arrayToBignum() 154 JNI_TRACE("arrayToBignum(%p, %p) *dest == %p", source, dest, *dest); in arrayToBignum() [all …]
|
D | jniutil.cc | 169 JNI_TRACE("throwBadPaddingException %s", message); in throwBadPaddingException() 174 JNI_TRACE("throwSignatureException %s", message); in throwSignatureException() 179 JNI_TRACE("throwInvalidKeyException %s", message); in throwInvalidKeyException() 184 JNI_TRACE("throwIllegalBlockSizeException %s", message); in throwIllegalBlockSizeException() 190 JNI_TRACE("throwShortBufferException %s", message); in throwShortBufferException() 196 JNI_TRACE("throwUnknownAlgorithmException %s", message); in throwNoSuchAlgorithmException() 202 JNI_TRACE("throwIOException %s", message); in throwIOException() 207 JNI_TRACE("throwCertificateException %s", message); in throwCertificateException() 219 JNI_TRACE("throwInvalidAlgorithmParameterException %s", message); in throwInvalidAlgorithmParameterException() 344 JNI_TRACE("BoringSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location, in throwExceptionFromBoringSSLError() [all …]
|
D | netutil.cc | 46 JNI_TRACE("ioctlsocket %d failed with error: %d", fd, WSAGetLastError()); in setBlocking()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | bio_input_stream.h | 43 JNI_TRACE("BIO::gets \"%s\"", buf); in gets() 57 JNI_TRACE("BioInputStream::read could not get JNIEnv"); in read_internal() 62 JNI_TRACE("BioInputStream::read called with pending exception"); in read_internal() 68 JNI_TRACE("BioInputStream::read failed call to NewByteArray"); in read_internal() 74 JNI_TRACE("BioInputStream::read failed call to InputStream#read"); in read_internal()
|
D | bio_output_stream.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 | app_data.h | 130 JNI_TRACE("AppData::create WSACreateEvent failed: %d", WSAGetLastError()); in create() 181 JNI_TRACE("appData=%p setApplicationCallbackState => applicationProtocols == null", in setApplicationProtocols() 208 JNI_TRACE("appData=%p setCallbackState => netFd->isClosed() == true", this); in setCallbackState()
|
D | bio_stream.h | 44 JNI_TRACE("isEof? %s", mEof ? "yes" : "no"); in isEof() 55 JNI_TRACE("BioStream::flush called with pending exception"); in flush()
|
D | trace.h | 68 #define JNI_TRACE(...) \ macro
|