Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc273 int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { in throwNoSuchAlgorithmException() function
312 return throwNoSuchAlgorithmException(env, message); in throwForAsn1Error()
357 return throwNoSuchAlgorithmException(env, message); in throwForEvpError()
382 return throwNoSuchAlgorithmException(env, message); in throwForRsaError()
401 return throwNoSuchAlgorithmException(env, message); in throwForX509Error()
H A Dnative_crypto.cc6574 conscrypt::jniutil::throwNoSuchAlgorithmException(env, "X509_get_pubkey"); in NativeCrypto_X509_get_pubkey()
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Djniutil.h221 extern int throwNoSuchAlgorithmException(JNIEnv* env, const char* message);