Searched refs:CONSCRYPT_LOG_ERROR (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | logging.h | 29 #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
|
D | jniutil.h | 70 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()
|
D | app_data.h | 135 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/ |
D | jniload.cc | 35 CONSCRYPT_LOG_ERROR("Could not get JNIEnv"); in libconscrypt_JNI_OnLoad()
|
D | jniutil.cc | 129 CONSCRYPT_LOG_ERROR("Unable to find exception class %s", className); in throwException() 135 CONSCRYPT_LOG_ERROR("Failed throwing '%s' '%s'", className, msg); in throwException()
|
D | native_crypto.cc | 562 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() 843 …CONSCRYPT_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 …]
|