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

/external/conscrypt/common/src/jni/main/include/
H A DErrors.h127 static int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { function in class:conscrypt::Errors
173 return throwNoSuchAlgorithmException(env, message);
208 return throwNoSuchAlgorithmException(env, message);
217 return throwNoSuchAlgorithmException(env, message);
243 return throwNoSuchAlgorithmException(env, message);
260 return throwNoSuchAlgorithmException(env, message);
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp4936 Errors::throwNoSuchAlgorithmException(env, "X509_get_pubkey");

Completed in 117 milliseconds