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

/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Djniutil.h207 extern int throwInvalidAlgorithmParameterException(JNIEnv* env, const char* message);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc198 int throwInvalidAlgorithmParameterException(JNIEnv* env, const char* message) { function in namespace:conscrypt::jniutil
199 JNI_TRACE("throwInvalidAlgorithmParameterException %s", message);
H A Dnative_crypto.cc3001 conscrypt::jniutil::throwInvalidAlgorithmParameterException);
3023 conscrypt::jniutil::throwInvalidAlgorithmParameterException);
3048 env, jniName, conscrypt::jniutil::throwInvalidAlgorithmParameterException);
3092 conscrypt::jniutil::throwInvalidAlgorithmParameterException);

Completed in 173 milliseconds