HomeSort by relevance Sort by last modified time
    Searched defs:jniutil (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/common/src/jni/main/include/conscrypt/
jniutil.h 27 namespace jniutil { namespace in namespace:conscrypt
295 #define CHECK_ERROR_QUEUE_ON_RETURN conscrypt::jniutil::ErrorQueueChecker __checker(env)
300 } // namespace jniutil
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 17 #include <conscrypt/jniutil.h>
25 namespace jniutil { namespace in namespace:conscrypt
145 return conscrypt::jniutil::throwException(env, "java/lang/RuntimeException", msg);
149 return conscrypt::jniutil::throwException(env, "java/lang/AssertionError", msg);
153 return conscrypt::jniutil::throwException(env, "java/lang/NullPointerException", msg);
157 return conscrypt::jniutil::throwException(env, "java/lang/OutOfMemoryError", message);
162 return conscrypt::jniutil::throwException(env, "javax/crypto/BadPaddingException", message);
167 return conscrypt::jniutil::throwException(env, "java/security/SignatureException", message);
172 return conscrypt::jniutil::throwException(env, "java/security/InvalidKeyException", message);
177 return conscrypt::jniutil::throwException
    [all...]

Completed in 302 milliseconds