Searched +defs:file +defs:name +defs:from +defs:error +defs:message (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/src/main/native/ |
| D | org_conscrypt_NativeCrypto.cpp | 367 static void jniThrowOutOfMemory(JNIEnv* env, const char* message) { in jniThrowOutOfMemory() 374 static void throwBadPaddingException(JNIEnv* env, const char* message) { in throwBadPaddingException() 382 static void throwSignatureException(JNIEnv* env, const char* message) { in throwSignatureException() 390 static void throwInvalidKeyException(JNIEnv* env, const char* message) { in throwInvalidKeyException() 398 static void throwIllegalBlockSizeException(JNIEnv* env, const char* message) { in throwIllegalBlockSizeException() 406 static void throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { in throwNoSuchAlgorithmException() 411 static void throwForAsn1Error(JNIEnv* env, int reason, const char *message) { in throwForAsn1Error() 429 static void throwForEvpError(JNIEnv* env, int reason, const char *message) { in throwForEvpError() 459 static void throwForRsaError(JNIEnv* env, int reason, const char *message) { in throwForRsaError() 486 static void throwForX509Error(JNIEnv* env, int reason, const char *message) { in throwForX509Error() [all …]
|