Searched refs:throwInvalidKeyException (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 178 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()
|
D | native_crypto.cc | 2292 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/ |
D | jniutil.h | 190 extern int throwInvalidKeyException(JNIEnv* env, const char* message);
|