Home
last modified time | relevance | path

Searched refs:throwIllegalBlockSizeException (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc183 int throwIllegalBlockSizeException(JNIEnv* env, const char* message) { in throwIllegalBlockSizeException() function
247 return throwIllegalBlockSizeException(env, message); in throwForCipherError()
305 return throwIllegalBlockSizeException(env, message); in throwForRsaError()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h195 extern int throwIllegalBlockSizeException(JNIEnv* env, const char* message);