Home
last modified time | relevance | path

Searched refs:JNI_TRACE (Results 1 – 8 of 8) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc78 JNI_TRACE("ssl_ctx == null"); in to_SSL_CTX()
87 JNI_TRACE("ssl == null"); in to_SSL()
96 JNI_TRACE("bio == null"); in to_SSL_BIO()
106 JNI_TRACE("ssl_session == null"); in to_SSL_SESSION()
116 JNI_TRACE("ssl_cipher == null"); in to_SSL_CIPHER()
125 JNI_TRACE("contextObject == null"); in fromContextObject()
132 JNI_TRACE("ref == null"); in fromContextObject()
145 JNI_TRACE("arrayToBignum(%p, %p)", source, dest); in arrayToBignum()
147 JNI_TRACE("arrayToBignum(%p, %p) => dest is null!", source, dest); in arrayToBignum()
151 JNI_TRACE("arrayToBignum(%p, %p) *dest == %p", source, dest, *dest); in arrayToBignum()
[all …]
Djniutil.cc161 JNI_TRACE("throwBadPaddingException %s", message); in throwBadPaddingException()
166 JNI_TRACE("throwSignatureException %s", message); in throwSignatureException()
171 JNI_TRACE("throwInvalidKeyException %s", message); in throwInvalidKeyException()
176 JNI_TRACE("throwIllegalBlockSizeException %s", message); in throwIllegalBlockSizeException()
182 JNI_TRACE("throwShortBufferException %s", message); in throwShortBufferException()
188 JNI_TRACE("throwUnknownAlgorithmException %s", message); in throwNoSuchAlgorithmException()
194 JNI_TRACE("throwIOException %s", message); in throwIOException()
199 JNI_TRACE("throwCertificateException %s", message); in throwCertificateException()
211 JNI_TRACE("throwInvalidAlgorithmParameterException %s", message); in throwInvalidAlgorithmParameterException()
356 JNI_TRACE("BoringSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", location, in throwExceptionFromBoringSSLError()
[all …]
Dnetutil.cc46 JNI_TRACE("ioctlsocket %d failed with error: %d", fd, WSAGetLastError()); in setBlocking()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dbio_input_stream.h43 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()
Dbio_output_stream.h33 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()
Dapp_data.h129 JNI_TRACE("AppData::create WSACreateEvent failed: %d", WSAGetLastError()); in create()
181 JNI_TRACE("appData=%p setApplicationCallbackState => applicationProtocols == null", in setApplicationProtocols()
221 JNI_TRACE("appData=%p setCallbackState => netFd->isClosed() == true", this); in setCallbackState()
Dbio_stream.h44 JNI_TRACE("isEof? %s", mEof ? "yes" : "no"); in isEof()
55 JNI_TRACE("BioStream::flush called with pending exception"); in flush()
Dtrace.h68 #define JNI_TRACE(...) \ macro