Home
last modified time | relevance | path

Searched defs:shc (Results 1 – 7 of 7) sorted by relevance

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dapp_data.h203 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd) { in setCallbackState()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java1195 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake()
1211 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read()
1218 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write()
1223 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown()
1435 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake()
1453 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct()
1460 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct()
1466 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct()
1472 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct()
1478 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_force_read()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java1162 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake()
1178 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read()
1185 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write()
1190 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown()
1394 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake()
1412 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct()
1419 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct()
1425 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct()
1431 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct()
1437 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_force_read()
[all …]
/external/vboot_reference/host/lib/
Dcrossystem.c251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8197 jobject shc, jint timeout_millis) { in NativeCrypto_SSL_do_handshake()
8411 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, in sslRead()
8545 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_read()
8680 static int sslWrite(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, const char* buf, jint len, in sslWrite()
8822 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_write()
8945 jobject shc) { in NativeCrypto_SSL_shutdown()
9712 CONSCRYPT_UNUSED jobject ssl_holder, jobject shc) { in NativeCrypto_ENGINE_SSL_do_handshake()
9795 CONSCRYPT_UNUSED jobject ssl_holder, jobject shc) { in NativeCrypto_ENGINE_SSL_shutdown()
9862 jint length, jobject shc) { in NativeCrypto_ENGINE_SSL_read_direct()
9957 jobject shc) { in NativeCrypto_ENGINE_SSL_write_BIO_direct()
[all …]
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js930 shc: this._shadowColor, property
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js944 shc: this._shadowColor, property