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.h211 extern int throwParsingException(JNIEnv* env, const char* message);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc204 int throwParsingException(JNIEnv* env, const char* message) { in throwParsingException() function
Dnative_crypto.cc1205 conscrypt::jniutil::throwParsingException(env, "Error parsing private key"); in NativeCrypto_EVP_parse_private_key()
1263 conscrypt::jniutil::throwParsingException(env, "Error parsing public key"); in NativeCrypto_EVP_parse_public_key()
4677 conscrypt::jniutil::throwParsingException(env, "Invalid date format"); in NativeCrypto_ASN1_TIME_to_Calendar()
4683 … conscrypt::jniutil::throwParsingException(env, "ASN1_TIME_to_generalizedtime returned null"); in NativeCrypto_ASN1_TIME_to_Calendar()
5094 conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_X509()
5259 conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5272 "PKCS7_get_certificates", conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5282 conscrypt::jniutil::throwParsingException); in NativeCrypto_d2i_PKCS7_bio()
5303 conscrypt::jniutil::throwParsingException); in NativeCrypto_ASN1_seq_unpack_X509_bio()
5318 conscrypt::jniutil::throwParsingException(env, "Error reading X.509 data"); in NativeCrypto_ASN1_seq_unpack_X509_bio()
[all …]