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.cc168 int throwBadPaddingException(JNIEnv* env, const char* message) { in throwBadPaddingException() function
243 return throwBadPaddingException(env, message); in throwForCipherError()
288 return throwBadPaddingException(env, message); in throwForRsaError()
Dnative_crypto.cc1473 conscrypt::jniutil::throwBadPaddingException); in RSA_crypt_operation()
3021 env, jniName, conscrypt::jniutil::throwBadPaddingException); in evpPkeyEncryptDecrypt()
3382 conscrypt::jniutil::throwBadPaddingException); in NativeCrypto_EVP_CipherFinal_ex()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h180 extern int throwBadPaddingException(JNIEnv* env, const char* message);