Home
last modified time | relevance | path

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

12

/external/u-boot/board/bosch/shc/
DKconfig4 default "shc"
16 prompt "enable different boot versions for the shc board"
19 Select the boot version of the shc board.
24 enable here the eMMC functionality on the bosch shc board.
29 enable here the ICT functionality on the bosch shc board
34 enable here the NETBOOT functionality on the bosch shc board
39 enable here the SDBOOT functionality on the bosch shc board
44 prompt "enable different board versions for the shc board"
47 Select the board version of the shc board.
53 of the bosch shc board
[all …]
DREADME52 enable different boot versions for the shc board (enable eMMC) --->
58 enable different board versions for the shc board (C3 Sample board version) --->
97 Filename 'shc/u-boot-restore.img'.
DMAINTAINERS4 F: board/bosch/shc
/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/common/src/main/java/org/conscrypt/
DNativeCrypto.java1129 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() argument
1145 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() argument
1152 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() argument
1157 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() argument
1345 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() argument
1363 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() argument
1370 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() argument
1376 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() argument
1382 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) in ENGINE_SSL_write_BIO_heap() argument
1389 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() argument
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java1169 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() argument
1185 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() argument
1192 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() argument
1197 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() argument
1392 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() argument
1410 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() argument
1417 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() argument
1423 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() argument
1429 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) in ENGINE_SSL_write_BIO_heap() argument
1436 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() argument
[all …]
/external/u-boot/configs/
Dam335x_shc_prompt_defconfig27 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
28 CONFIG_AUTOBOOT_DELAY_STR="shc"
Dam335x_shc_defconfig28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
29 CONFIG_AUTOBOOT_DELAY_STR="shc"
Dam335x_shc_ict_defconfig29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
30 CONFIG_AUTOBOOT_DELAY_STR="shc"
Dam335x_shc_sdboot_prompt_defconfig29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
30 CONFIG_AUTOBOOT_DELAY_STR="shc"
Dam335x_shc_netboot_defconfig30 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
31 CONFIG_AUTOBOOT_DELAY_STR="shc"
Dam335x_shc_sdboot_defconfig29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
30 CONFIG_AUTOBOOT_DELAY_STR="shc"
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dapp_data.h216 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd) { in setCallbackState() argument
226 sslHandshakeCallbacks = shc; in setCallbackState()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7665 jobject shc, jint timeout_millis) { in NativeCrypto_SSL_do_handshake() argument
7669 shc, timeout_millis); in NativeCrypto_SSL_do_handshake()
7678 if (shc == nullptr) { in NativeCrypto_SSL_do_handshake()
7724 if (!appData->setCallbackState(env, shc, fdObject)) { in NativeCrypto_SSL_do_handshake()
7877 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, in sslRead() argument
7909 if (!appData->setCallbackState(env, shc, fdObject)) { in sslRead()
8010 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_read() argument
8017 ssl, fdObject, shc, b, offset, len, read_timeout_millis); in NativeCrypto_SSL_read()
8026 if (shc == nullptr) { in NativeCrypto_SSL_read()
8050 ret = sslRead(env, ssl, fdObject, shc, reinterpret_cast<char*>(&buf[0]), len, &sslError, in NativeCrypto_SSL_read()
[all …]
/external/u-boot/doc/SPL/
DREADME.am335x-network70 on the shc board with an AM335X it is:
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js893 this._shadowColor = newState.shc;
944 shc: this._shadowColor, property
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js893 this._shadowColor = newState.shc;
944 shc: this._shadowColor, property
/external/u-boot/arch/arm/mach-omap2/am33xx/
DKconfig79 bool "Support am335x based shc board from bosch"
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D916cbc4f10b43c7d408e07c7aed0c629.00007b4c.honggfuzz.cov28 …��F�7M؟[�E��o��岃jӱF�ܚ"��M�H���C��z��P��T58`vkG�R��K�����?��� ��L�-�����shc?�3�^f���!���<�E{�>…
D7145012b5b575a0f12c17d6e14bd32fc.000f35d9.honggfuzz.cov1356 …^&��HX��E�����h�k݀4N��XNn`ݏ�+�p�D�ca!�����å(q3V�|,V�c錃p0�%k]�D#)�e\shc��}������]%�!%Z� …
/external/u-boot/arch/arm/
DKconfig1400 source "board/bosch/shc/Kconfig"
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt18468 4shc
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6041 shc Sonde Sonde
Diso-639-3.tab5801 shc I L Sonde
Dlanguage-subtag-registry31410 Subtag: shc

12