Searched refs:jniThrowRuntimeException (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/src/compat/native/ |
D | JNIHelp.h | 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg); 147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function 148 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
|
D | JNIHelp.cpp | 122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 670 int (*defaultThrow)(JNIEnv*, const char*) = jniThrowRuntimeException) { in throwExceptionIfNecessary() 992 jniThrowRuntimeException(env, "Conversion to BIGNUM failed"); in arrayToBignum() 1027 jniThrowRuntimeException(env, "Negative number"); in arrayToBignumSize() 2464 jniThrowRuntimeException(env, "No keystore ENGINE support compiled in"); 2561 jniThrowRuntimeException(env, "DH_new failed"); 2584 jniThrowRuntimeException(env, "Unable to convert BigInteger to BIGNUM"); 2591 jniThrowRuntimeException(env, "EVP_PKEY_new_DH failed during pub_key generation"); 2598 jniThrowRuntimeException(env, "EVP_PKEY_new failed"); 2602 jniThrowRuntimeException(env, "EVP_PKEY_assign_DH failed"); 2624 jniThrowRuntimeException(env, "RSA_new failed"); [all …]
|