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.cc175 int throwIllegalBlockSizeException(JNIEnv* env, const char* message) { in throwIllegalBlockSizeException() function
250 return throwIllegalBlockSizeException(env, message); in throwForCipherError()
317 return throwIllegalBlockSizeException(env, message); in throwForRsaError()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h191 extern int throwIllegalBlockSizeException(JNIEnv* env, const char* message);