Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc195 int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { in throwNoSuchAlgorithmException() function
233 return throwNoSuchAlgorithmException(env, message); in throwForAsn1Error()
275 return throwNoSuchAlgorithmException(env, message); in throwForEvpError()
296 return throwNoSuchAlgorithmException(env, message); in throwForRsaError()
315 return throwNoSuchAlgorithmException(env, message); in throwForX509Error()
Dnative_crypto.cc5934 conscrypt::jniutil::throwNoSuchAlgorithmException(env, "X509_get_pubkey"); in NativeCrypto_X509_get_pubkey()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h200 extern int throwNoSuchAlgorithmException(JNIEnv* env, const char* message);