Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp480 static int throwInvalidKeyException(JNIEnv* env, const char* message) { in throwInvalidKeyException() function
529 return throwInvalidKeyException(env, message); in throwForAsn1Error()
554 return throwInvalidKeyException(env, message); in throwForCipherError()
564 return throwInvalidKeyException(env, message); in throwForEvpError()
574 return throwInvalidKeyException(env, message); in throwForEvpError()
605 return throwInvalidKeyException(env, message); in throwForEvpError()
645 return throwInvalidKeyException(env, message); in throwForRsaError()
705 throwInvalidKeyException(env, message); in throwExceptionIfNecessary()
2455 throwExceptionIfNecessary(env, "ENGINE_load_private_key", throwInvalidKeyException);
2469 throwExceptionIfNecessary(env, "ENGINE_load_private_key", throwInvalidKeyException);