Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc178 int throwInvalidKeyException(JNIEnv* env, const char* message) { in throwInvalidKeyException() function
229 return throwInvalidKeyException(env, message); in throwForAsn1Error()
259 return throwInvalidKeyException(env, message); in throwForCipherError()
272 return throwInvalidKeyException(env, message); in throwForEvpError()
300 return throwInvalidKeyException(env, message); in throwForRsaError()
364 throwInvalidKeyException(env, message); in throwExceptionFromBoringSSLError()
Dnative_crypto.cc2292 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2300 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2313 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2323 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2473 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_X25519()
3059 env, "EVP_PKEY_CTX_new", conscrypt::jniutil::throwInvalidKeyException); in evpPkeyEcryptDecryptInit()
3066 env, opType, conscrypt::jniutil::throwInvalidKeyException); in evpPkeyEcryptDecryptInit()
5939 env, "X509_get_pubkey", conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_X509_get_pubkey()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h190 extern int throwInvalidKeyException(JNIEnv* env, const char* message);