Searched defs:throwIllegalBlockSizeException (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc175 int throwIllegalBlockSizeException(JNIEnv* env, const char* message) { function in namespace:conscrypt::jniutil
176 JNI_TRACE("throwIllegalBlockSizeException %s", message);
238 return throwIllegalBlockSizeException(env, message);
302 return throwIllegalBlockSizeException(env, message);

Completed in 64 milliseconds