Searched refs:throwIOException (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2207 conscrypt::jniutil::throwIOException(env, "Invalid group pointer"); in NativeCrypto_EC_KEY_marshal_curve_name() 2219 conscrypt::jniutil::throwIOException(env, "Error writing ASN.1 encoding"); in NativeCrypto_EC_KEY_marshal_curve_name() 2234 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_EC_KEY_parse_curve_name() 2243 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_EC_KEY_parse_curve_name() 5152 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_init() 5174 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_sequence() 5201 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_tagged() 5215 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() 5220 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() 5225 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() [all …]
|
D | jniutil.cc | 201 int throwIOException(JNIEnv* env, const char* message) { in throwIOException() function
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 205 extern int throwIOException(JNIEnv* env, const char* message);
|