Home
last modified time | relevance | path

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

/external/vboot_reference/host/lib/
Dcrossystem.c251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug() local
269 shc->boot_flags, in GetVdatLoadKernelDebug()
270 shc->boot_mode, in GetVdatLoadKernelDebug()
271 shc->test_error_num, in GetVdatLoadKernelDebug()
272 shc->return_code, in GetVdatLoadKernelDebug()
273 shc->flags, in GetVdatLoadKernelDebug()
274 shc->sector_count, in GetVdatLoadKernelDebug()
275 shc->sector_size, in GetVdatLoadKernelDebug()
276 shc->check_result, in GetVdatLoadKernelDebug()
277 shc->kernel_parts_found); in GetVdatLoadKernelDebug()
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1063 SSLHandshakeCallbacks shc, in SSL_do_handshake() argument
1078 SSLHandshakeCallbacks shc, in SSL_do_handshake_bio() argument
1108 SSLHandshakeCallbacks shc, in SSL_read() argument
1118 SSLHandshakeCallbacks shc) in SSL_read_BIO() argument
1126 SSLHandshakeCallbacks shc, in SSL_write() argument
1134 SSLHandshakeCallbacks shc) in SSL_write_BIO() argument
1140 SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() argument
1144 SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown_BIO() argument
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7470 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd, jbyteArray npnProtocols, argument
7481 sslHandshakeCallbacks = shc;
9211 jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, argument
9217 ssl, rbio, wbio, shc, client_mode, npnProtocols);
9221 if (shc == NULL) {
9250 if (!appData->setCallbackState(env, shc, NULL, npnProtocols, alpnProtocols)) {
9305 jobject shc, jint timeout_millis, jboolean client_mode, jbyteArray npnProtocols, argument
9309 ssl, fdObject, shc, timeout_millis, client_mode, npnProtocols);
9318 if (shc == NULL) {
9376 if (!appData->setCallbackState(env, shc, fdObject, npnProtocols, alpnProtocols)) {
[all …]