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

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

Completed in 105 milliseconds