Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h252 extern int throwSSLExceptionStr(JNIEnv* env, const char* message);
272 const char*) = throwSSLExceptionStr);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6642 conscrypt::jniutil::throwSSLExceptionStr(env, "Unable to create application data"); in NativeCrypto_SSL_new()
7127 conscrypt::jniutil::throwSSLExceptionStr); in NativeCrypto_SSL_export_keying_material()
7133 conscrypt::jniutil::throwSSLExceptionStr(env, "Could not create result array"); in NativeCrypto_SSL_export_keying_material()
7159 conscrypt::jniutil::throwSSLExceptionStr(env, "Failed to obtain identityHint bytes"); in NativeCrypto_SSL_use_psk_identity_hint()
7603 conscrypt::jniutil::throwSSLExceptionStr(env, "Unable to retrieve application data"); in NativeCrypto_setApplicationProtocols()
7622 conscrypt::jniutil::throwSSLExceptionStr(env, in NativeCrypto_setApplicationProtocols()
7630 conscrypt::jniutil::throwSSLExceptionStr(env, in NativeCrypto_setApplicationProtocols()
7650 conscrypt::jniutil::throwSSLExceptionStr(env, "Unable to retrieve application data"); in NativeCrypto_setApplicationProtocolSelector()
7707 conscrypt::jniutil::throwSSLExceptionStr(env, "Unable to make socket non blocking"); in NativeCrypto_SSL_do_handshake()
7714 conscrypt::jniutil::throwSSLExceptionStr(env, "Unable to retrieve application data"); in NativeCrypto_SSL_do_handshake()
[all …]
Djniutil.cc398 int throwSSLExceptionStr(JNIEnv* env, const char* message) { in throwSSLExceptionStr() function