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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc181 int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { function in namespace:conscrypt::jniutil
224 return throwNoSuchAlgorithmException(env, message);
259 return throwNoSuchAlgorithmException(env, message);
268 return throwNoSuchAlgorithmException(env, message);
293 return throwNoSuchAlgorithmException(env, message);
312 return throwNoSuchAlgorithmException(env, message);
H A Dnative_crypto.cc5510 conscrypt::jniutil::throwNoSuchAlgorithmException(env, "X509_get_pubkey");
/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Djniutil.h195 extern int throwNoSuchAlgorithmException(JNIEnv* env, const char* message);

Completed in 154 milliseconds