| /lib/mbedtls/ |
| A D | Kconfig | 13 select LEGACY_HASHING 14 select LEGACY_CRYPTO 18 select MBEDTLS_LIB_X509 25 select MD5_LEGACY if MD5 26 select SHA1_LEGACY if SHA1 60 select SHA512_LEGACY 143 select LEGACY_HASHING 215 select SHA512_MBEDTLS 473 select SPL_SHA512 671 select TPL_SHA512 [all …]
|
| /lib/crypto/ |
| A D | Kconfig | 41 select ASN1_DECODER 42 select ASN1_COMPILER 43 select OID_REGISTRY 53 select ASN1_COMPILER 63 select ASN1_DECODER 65 select OID_REGISTRY 66 select LIB_DATE 75 select ASN1_DECODER 77 select OID_REGISTRY 87 select ASN1_DECODER [all …]
|
| /lib/efi_loader/ |
| A D | Kconfig | 19 select EFI 20 select CHARSET 22 select DM_EVENT 24 select LIB_UUID 25 select LMB 28 select REGEX 54 select HASH 55 select SHA256 56 select RSA 317 select DFU [all …]
|
| /lib/rsa/ |
| A D | Kconfig | 3 select RSA_FREESCALE_EXP if FSL_CAAM && !ARCH_MX7 && !ARCH_MX7ULP && !ARCH_MX6 && !ARCH_MX5 4 select RSA_ASPEED_EXP if ASPEED_ACRY 5 select RSA_SOFTWARE_EXP if !RSA_FREESCALE_EXP && !RSA_ASPEED_EXP 36 select RSA_VERIFY 37 select ASYMMETRIC_KEY_TYPE 38 select ASYMMETRIC_PUBLIC_KEY_SUBTYPE 39 select RSA_PUBLIC_KEY_PARSER 54 select SPL_RSA_VERIFY 55 select SPL_ASYMMETRIC_KEY_TYPE 56 select SPL_ASYMMETRIC_PUBLIC_KEY_SUBTYPE [all …]
|
| /lib/efi_client/ |
| A D | Kconfig | 8 select EFI 21 select CHARSET 41 32-bit EFI, select 32-bit here, else select 64-bit. Failure to do 59 32-bit EFI, select 32-bit here, else select 64-bit. Failure to do
|
| /lib/fwu_updates/ |
| A D | Kconfig | 4 select PARTITION_TYPE_GUID 5 select FWU_MDATA 7 select EVENT
|
| /lib/crypt/ |
| A D | Kconfig | 14 select SHA256 21 select SHA512
|
| /lib/optee/ |
| A D | Kconfig | 24 select BOOTM_LINUX 25 select OPTEE_IMAGE
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_net.function | 79 * platforms with a Unix-like select() function, which is where 115 * is implemented on top of select() and fd_set, which do not support 127 /* mbedtls_net_recv_timeout() uses select() and fd_set in the same way. */
|
| A D | test_suite_ssl.data | 439 Handshake, select RSA-WITH-AES-256-CBC-SHA256, non-opaque 443 Handshake, select RSA-WITH-AES-256-CBC-SHA256, opaque 447 Handshake, select RSA-WITH-AES-256-CBC-SHA256, opaque, bad alg 455 Handshake, select RSA-PSK-WITH-AES-256-CBC-SHA384, non-opaque 459 Handshake, select RSA-PSK-WITH-AES-256-CBC-SHA384, opaque 475 Handshake, select DHE-RSA-WITH-AES-256-GCM-SHA384, non-opaque 499 Handshake, select ECDHE-RSA-WITH-AES-256-GCM-SHA384, non-opaque 523 Handshake, select ECDHE-ECDSA-WITH-AES-256-CCM, non-opaque 535 Handshake, select ECDHE-ECDSA-WITH-AES-256-CCM, opaque, bad alg 543 Handshake, select ECDH-RSA-WITH-AES-256-CBC-SHA384, non-opaque [all …]
|
| /lib/ |
| A D | Kconfig | 85 select SHA1 89 select LIB_UUID 329 select BLOBLIST 483 select SHA1 593 select SHA512 833 select ZLIB 847 select ZLIB 862 select XXHASH 940 select SPL_ZLIB 946 select TPL_ZLIB [all …]
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | vdeif.c | 306 ret = select(datafd + 1, &fdset, NULL, NULL, &tv); in vdeif_select() 333 ret = select(datafd + 1, &fdset, NULL, NULL, NULL); in vdeif_thread()
|
| A D | tapif.c | 396 ret = select(tapif->fd + 1, &fdset, NULL, NULL, &tv); in tapif_select() 421 ret = select(tapif->fd + 1, &fdset, NULL, NULL, NULL); in tapif_thread()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | net_sockets.c | 498 ret = select(fd + 1, &read_fds, &write_fds, NULL, in mbedtls_net_poll() 533 select(0, NULL, NULL, NULL, &tv); in mbedtls_net_usleep() 600 ret = select(fd + 1, &read_fds, NULL, NULL, timeout == 0 ? NULL : &tv); in mbedtls_net_recv_timeout()
|
| /lib/mbedtls/external/mbedtls/programs/ |
| A D | README.md | 85 …nt that sends a fixed request and displays the response, with options to select TLS protocol featu… 87 …server2.c): an HTTPS server that sends a fixed response, with options to select TLS protocol featu… 89 …igger certain behaviors in the server. For example, there are options to select ciphersuites, or t…
|
| /lib/lwip/lwip/contrib/apps/chargen/ |
| A D | README | 15 all handled by the same thread and select() is used for demultiplexing.
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | sockets.h | 571 #define lwip_select select 668 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset… macro
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | demand.c | 335 select(0,NULL,NULL,NULL,&tv); /* Sleep for 1 Seconds */
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 272 * Added errorset support to select() + improved select speed overhead
|
| A D | CHANGELOG | 142 * sockets.c: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select- 404 * sockets: Fixed bug #44032 (LWIP_NETCONN_FULLDUPLEX: select might work on 701 instead of using one per netconn and per select call 1066 * sockets.c: fixed bug #43361 select() crashes with stale FDs 1462 windows (bug #34176 select after non-blocking send times out) 1685 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code. 1686 This should speed up receiving data on sockets as the select code in 1687 event_callback is only executed when select is waiting. 1782 * api.h, api_msg.c, sockets.c: Added except set support in select 2317 does not wake up select [all …]
|
| /lib/lwip/lwip/contrib/ports/unix/port/ |
| A D | sys_arch.c | 838 return select(1, &fds, NULL, NULL, &tv); in lwip_unix_keypressed()
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | udp_proxy.c | 916 if ((ret = select(nb_fds, &read_fds, NULL, NULL, tm_ptr)) < 0) { in main()
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | psa-transition.md | 509 2. Call `mbedtls_md_setup` to select the hash algorithm, with `hmac=0`. Then call `mbedtls_md_start… 552 2. Call `mbedtls_md_setup` to select the hash algorithm, with `hmac=1`. Then call `mbedtls_md_hmac_… 560 2. Call `mbedtls_cipher_setup` to select the block cipher. Then call `mbedtls_md_cmac_starts` to se… 601 …rivation/#group__key__derivation_1gac0b6a76e45cceb1862752bf041701859) to select the algorithm, whi… 614 …select the algorithm, which is a value of type [`psa_algorithm_t`](https://mbed-tls.readthedocs.io… 615 3. Call `psa_key_derivation_input_cost` with the step `PSA_KEY_DERIVATION_INPUT_COST` to select the… 782 …oup/group__random/#group__random_1ga6776360ae8046a4456a5f990f997da58) to select a different public… 971 …te_signature` automatically select deterministic ECDSA if both are available, the PSA API requires… 1093 …p__attributes/#group__attributes_1gaeb8341ca52baa0279475ea3fd3bcdc98) to select the appropriate al… 1126 2. Call `mbedtls_ecp_group_load` on `grp` to select the curve. [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 381 The algorithm used to select an instance-identifier varies 407 Finally, the management station could select a pseudo-random 411 management station should simply select a new pseudo-random
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 18 Mbed TLS offers a way to select which cryptographic mechanisms are included in a build through its … 46 …ration, for example single-part and multi-part, there is no mechanism to select only one or a subs…
|