Searched defs:shc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 1245 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() 1261 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() 1268 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() 1273 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() 1477 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() 1495 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() 1502 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() 1508 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() 1514 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() 1520 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_force_read() [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | NativeCrypto.java | 1276 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() 1292 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() 1299 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() 1304 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() 1516 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() 1534 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() 1541 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() 1547 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() 1553 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() 1559 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_force_read() [all …]
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/ |
H A D | app_data.h | 203 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd) { in setCallbackState()
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 8848 jobject shc, jint timeout_millis) { in NativeCrypto_SSL_do_handshake() 9062 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, in sslRead() 9196 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_read() 9331 static int sslWrite(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, const char* buf, jint len, in sslWrite() 9473 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_write() 9596 jobject shc) { in NativeCrypto_SSL_shutdown() 10369 CONSCRYPT_UNUSED jobject ssl_holder, jobject shc) { in NativeCrypto_ENGINE_SSL_do_handshake() 10452 CONSCRYPT_UNUSED jobject ssl_holder, jobject shc) { in NativeCrypto_ENGINE_SSL_shutdown() 10519 jint length, jobject shc) { in NativeCrypto_ENGINE_SSL_read_direct() 10614 jobject shc) { in NativeCrypto_ENGINE_SSL_write_BIO_direct() [all …]
|
/aosp_15_r20/external/lz4/tests/ |
H A D | fuzzer.c | 1197 shct* const shc = (shct*)malloc(sizeof(*shc)); in FUZ_unitTests() local 1307 shct* const shc = (shct*)malloc(sizeof(*shc)); in FUZ_unitTests() local
|
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 941 shc: this._shadowColor, property
|