Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dlogging.h29 #define CONSCRYPT_LOG_ERROR(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
45 #define CONSCRYPT_LOG_ERROR(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
64 #define CONSCRYPT_LOG_ERROR(...) { \ macro
Djniutil.h70 CONSCRYPT_LOG_ERROR("Could not attach JavaVM to find current JNIEnv"); in getJNIEnv()
87 CONSCRYPT_LOG_ERROR("failed to find class %s", className); in getGlobalRefToClass()
96 CONSCRYPT_LOG_ERROR("could not find method %s", name); in getMethodRef()
105 CONSCRYPT_LOG_ERROR("could not find field %s", name); in getFieldRef()
115 CONSCRYPT_LOG_ERROR("failed to find class '%s'", name); in findClass()
Dapp_data.h135 CONSCRYPT_LOG_ERROR("AppData::create pipe(2) failed: %s", strerror(errno)); in create()
139 CONSCRYPT_LOG_ERROR("AppData::create fcntl(2) failed: %s", strerror(errno)); in create()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniload.cc35 CONSCRYPT_LOG_ERROR("Could not get JNIEnv"); in libconscrypt_JNI_OnLoad()
Djniutil.cc129 CONSCRYPT_LOG_ERROR("Unable to find exception class %s", className); in throwException()
135 CONSCRYPT_LOG_ERROR("Failed throwing '%s' '%s'", className, msg); in throwException()
Dnative_crypto.cc562 CONSCRYPT_LOG_ERROR("Could not find ecSignDigestWithPrivateKey"); in ecSignDigestWithPrivateKey()
597 CONSCRYPT_LOG_ERROR("Could not find rsaSignDigestWithPrivateKey"); in rsaSignDigestWithPrivateKey()
637 CONSCRYPT_LOG_ERROR("Could not find rsaDecryptWithPrivateKey"); in rsaDecryptWithPrivateKey()
820 CONSCRYPT_LOG_ERROR("Null JNI reference passed to EcdsaMethodSign!"); in EcdsaMethodSign()
834 CONSCRYPT_LOG_ERROR("Could not sign message in EcdsaMethodDoSign!"); in EcdsaMethodSign()
843CONSCRYPT_LOG_ERROR("ECDSA Signature size mismatch, actual: %zd, expected <= %zd", signatureBytes.… in EcdsaMethodSign()
6082 CONSCRYPT_LOG_ERROR("AppData->env missing in cert_verify_callback"); in cert_verify_callback()
6134 CONSCRYPT_LOG_ERROR("AppData->env missing in info_callback"); in info_callback()
6177 CONSCRYPT_LOG_ERROR("AppData->env missing in cert_cb"); in cert_cb()
6256 CONSCRYPT_LOG_ERROR("AppData->env missing in psk_client_callback"); in psk_client_callback()
[all …]