Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h234 extern int throwParsingException(JNIEnv* env, const char* message);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc279 int throwParsingException(JNIEnv* env, const char* message) { in throwParsingException() function
Dnative_crypto.cc1198 conscrypt::jniutil::throwParsingException(env, "Error parsing private key"); in NativeCrypto_EVP_parse_private_key()
1256 conscrypt::jniutil::throwParsingException(env, "Error parsing public key"); in NativeCrypto_EVP_parse_public_key()
5175 conscrypt::jniutil::throwParsingException(env, "Invalid date format"); in NativeCrypto_ASN1_TIME_to_Calendar()
5181 conscrypt::jniutil::throwParsingException(env, in NativeCrypto_ASN1_TIME_to_Calendar()
5199 conscrypt::jniutil::throwParsingException(env, "Invalid date format"); in NativeCrypto_ASN1_TIME_to_Calendar()
5592 env, "Error reading X.509 data", conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_X509()
5787 conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5800 "PKCS7_get_certificates", conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5810 conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5836 conscrypt::jniutil::throwParsingException); in NativeCrypto_ASN1_seq_unpack_X509_bio()
[all …]