Searched refs:throwIOException (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2201 conscrypt::jniutil::throwIOException(env, "Invalid group pointer"); in NativeCrypto_EC_KEY_marshal_curve_name() 2213 conscrypt::jniutil::throwIOException(env, "Error writing ASN.1 encoding"); in NativeCrypto_EC_KEY_marshal_curve_name() 2228 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_EC_KEY_parse_curve_name() 2237 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_EC_KEY_parse_curve_name() 4725 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_init() 4747 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_sequence() 4774 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_tagged() 4788 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() 4793 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() 4798 conscrypt::jniutil::throwIOException(env, "Error reading ASN.1 encoding"); in NativeCrypto_asn1_read_octetstring() [all …]
|
D | jniutil.cc | 193 int throwIOException(JNIEnv* env, const char* message) { in throwIOException() function
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 201 extern int throwIOException(JNIEnv* env, const char* message);
|