Home
last modified time | relevance | path

Searched refs:throwBadPaddingException (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc160 int throwBadPaddingException(JNIEnv* env, const char* message) { in throwBadPaddingException() function
246 return throwBadPaddingException(env, message); in throwForCipherError()
300 return throwBadPaddingException(env, message); in throwForRsaError()
Dnative_crypto.cc1469 conscrypt::jniutil::throwBadPaddingException); in RSA_crypt_operation()
2954 conscrypt::jniutil::throwBadPaddingException); in evpPkeyEncryptDecrypt()
3315 conscrypt::jniutil::throwBadPaddingException); in NativeCrypto_EVP_CipherFinal_ex()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h176 extern int throwBadPaddingException(JNIEnv* env, const char* message);