Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h206 extern int throwCertificateException(JNIEnv* env, const char* message);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc198 int throwCertificateException(JNIEnv* env, const char* message) { in throwCertificateException() function
Dnative_crypto.cc4129 conscrypt::jniutil::throwCertificateException(env, in NativeCrypto_X509_verify()
4137 env, "X509_verify", conscrypt::jniutil::throwCertificateException); in NativeCrypto_X509_verify()