Searched defs:shc (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1061 SSLHandshakeCallbacks shc, in SSL_do_handshake() 1076 SSLHandshakeCallbacks shc, in SSL_do_handshake_bio() 1106 SSLHandshakeCallbacks shc, in SSL_read() 1116 SSLHandshakeCallbacks shc) in SSL_read_BIO() 1124 SSLHandshakeCallbacks shc, in SSL_write() 1132 SSLHandshakeCallbacks shc) in SSL_write_BIO() 1138 SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() 1142 SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown_BIO()
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug() local
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 7470 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd, jbyteArray npnProtocols, 9199 jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, 9293 jobject shc, jint timeout_millis, jboolean client_mode, jbyteArray npnProtocols, 9602 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, 9736 jint destOffset, jint destLength, jlong sourceBioRef, jlong sinkBioRef, jobject shc) { 9866 jobject shc, jbyteArray b, jint offset, jint len, 9921 static int sslWrite(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, const char* buf, jint len, 10068 jlong sinkBioRef, jobject shc) { 10190 … jobject shc, jbyteArray b, jint offset, jint len, jint write_timeout_millis) 10263 jobject fdObject, jobject shc) { [all …]
|