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.cc170 int throwInvalidKeyException(JNIEnv* env, const char* message) { in throwInvalidKeyException() function
232 return throwInvalidKeyException(env, message); in throwForAsn1Error()
255 return throwInvalidKeyException(env, message); in throwForCipherError()
268 return throwInvalidKeyException(env, message); in throwForEvpError()
278 return throwInvalidKeyException(env, message); in throwForEvpError()
312 return throwInvalidKeyException(env, message); in throwForRsaError()
376 throwInvalidKeyException(env, message); in throwExceptionFromBoringSSLError()
Dnative_crypto.cc2286 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2294 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2307 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2317 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_ECDH_compute_key()
2992 conscrypt::jniutil::throwInvalidKeyException); in evpPkeyEcryptDecryptInit()
2999 conscrypt::jniutil::throwInvalidKeyException); in evpPkeyEcryptDecryptInit()
5542 conscrypt::jniutil::throwInvalidKeyException); in NativeCrypto_X509_get_pubkey()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h186 extern int throwInvalidKeyException(JNIEnv* env, const char* message);