Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp113 #define JNI_TRACE(...) \ macro
116 #define JNI_TRACE(...) ((void)0) macro
465 JNI_TRACE("throwBadPaddingException %s", message); in throwBadPaddingException()
473 JNI_TRACE("throwSignatureException %s", message); in throwSignatureException()
481 JNI_TRACE("throwInvalidKeyException %s", message); in throwInvalidKeyException()
489 JNI_TRACE("throwIllegalBlockSizeException %s", message); in throwIllegalBlockSizeException()
497 JNI_TRACE("throwUnknownAlgorithmException %s", message); in throwNoSuchAlgorithmException()
683 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", in throwExceptionIfNecessary()
722 JNI_TRACE("throwSocketTimeoutException %s", message); in throwSocketTimeoutException()
730 JNI_TRACE("throwSSLExceptionStr %s", message); in throwSSLHandshakeExceptionStr()
[all …]