Searched refs:throwNoSuchAlgorithmException (Results 1 – 3 of 3) sorted by relevance
279 int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { in throwNoSuchAlgorithmException() function318 return throwNoSuchAlgorithmException(env, message); in throwForAsn1Error()363 return throwNoSuchAlgorithmException(env, message); in throwForEvpError()388 return throwNoSuchAlgorithmException(env, message); in throwForRsaError()407 return throwNoSuchAlgorithmException(env, message); in throwForX509Error()
6743 conscrypt::jniutil::throwNoSuchAlgorithmException(env, "X509_get_pubkey"); in NativeCrypto_X509_get_pubkey()
226 extern int throwNoSuchAlgorithmException(JNIEnv* env, const char* message);