Searched refs:throwExceptionFromBoringSSLError (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 258 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "bignumToArray"); in bignumToArray() 295 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "ASN1ToByteArray"); in ASN1ToByteArray() 315 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "ASN1ToByteArray"); in ASN1ToByteArray() 1014 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EC_KEY_set_group"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1022 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EC_KEY_set_public_key"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1031 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EC_KEY_set_private_key"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1039 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EC_KEY_set_private_key"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1049 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EC_KEY_check_key"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1056 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, "EVP_PKEY_new failed"); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1103 conscrypt::jniutil::throwExceptionFromBoringSSLError(env, debug_name); in evp_print_func() [all …]
|
D | jniutil.cc | 335 void throwExceptionFromBoringSSLError(JNIEnv* env, CONSCRYPT_UNUSED const char* location, in throwExceptionFromBoringSSLError() function
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 235 extern void throwExceptionFromBoringSSLError(JNIEnv* env, const char* location,
|