Home
last modified time | relevance | path

Searched refs:jniThrowNullPointerException (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp718 jniThrowNullPointerException(env, "ssl_ctx == null"); in to_SSL_CTX()
727 jniThrowNullPointerException(env, "ssl == null"); in to_SSL()
737 jniThrowNullPointerException(env, "ssl_session == null"); in to_SSL_SESSION()
747 jniThrowNullPointerException(env, "ssl_cipher == null"); in to_SSL_CIPHER()
757 jniThrowNullPointerException(env, "ctx == null"); in fromContextObject()
771 jniThrowNullPointerException(env, "dest == null"); in arrayToBignum()
830 jniThrowNullPointerException(env, sourceName); in bignumToArray()
874 jniThrowNullPointerException(env, "ASN1 input == null"); in ASN1ToByteArray()
1922 jniThrowNullPointerException(env, "engine == null"); in NativeCrypto_ENGINE_get_id()
1941 jniThrowNullPointerException(env, "engine == null"); in NativeCrypto_ENGINE_ctrl_cmd_string()
[all …]
/external/conscrypt/src/compat/native/
DJNIHelp.h66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
DScopedPrimitiveArray.h34 jniThrowNullPointerException(mEnv, NULL); \
83 jniThrowNullPointerException(mEnv, NULL); \
DScopedUtfChars.h37 jniThrowNullPointerException(env, NULL); in ScopedUtfChars()
DJNIHelp.cpp118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function