| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp.h | 82 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable); 116 void snmp_set_auth_traps_enabled(u8_t enable); 122 void snmp_v1_enable(u8_t enable); 123 void snmp_v2c_enable(u8_t enable); 124 void snmp_v3_enable(u8_t enable);
|
| /lib/optee/ |
| A D | Kconfig | 5 Selecting this option will enable the shared OPTEE library code. 11 This option enable the OPTEE specific checks done before booting 27 Select this command to enable chain-loading of a Linux kernel
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_traps.c | 122 u8_t enable; member 143 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument 147 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable() 177 snmp_set_auth_traps_enabled(u8_t enable) in snmp_set_auth_traps_enabled() argument 179 snmp_auth_traps_enabled = enable; in snmp_set_auth_traps_enabled() 408 if ((td->enable != 0) && !ip_addr_isany(&td->dip)) { in snmp_send_trap_or_notification_or_inform_generic()
|
| A D | snmp_msg.c | 124 snmp_version_enable(u8_t version, u8_t enable) in snmp_version_enable() argument 127 v1_enabled = enable; in snmp_version_enable() 129 v2c_enabled = enable; in snmp_version_enable() 133 v3_enabled = enable; in snmp_version_enable() 142 snmp_v1_enable(u8_t enable) in snmp_v1_enable() argument 144 snmp_version_enable(SNMP_VERSION_1, enable); in snmp_v1_enable() 148 snmp_v2c_enable(u8_t enable) in snmp_v2c_enable() argument 150 snmp_version_enable(SNMP_VERSION_2c, enable); in snmp_v2c_enable() 154 snmp_v3_enable(u8_t enable) in snmp_v3_enable() argument 156 snmp_version_enable(SNMP_VERSION_3, enable); in snmp_v3_enable()
|
| /lib/lwip/lwip/contrib/addons/tcp_md5/ |
| A D | README | 6 To enable it, add an LWIP_HOOK_FILENAME hook file, include tcp_md5.h in it and 14 Then, in your sockets application, enable md5 signature on a socket like this:
|
| /lib/acpi/ |
| A D | acpi_device.c | 401 struct acpi_gpio reset, enable, stop; in acpi_device_add_power_res() local 406 gpio_get_acpi(enable_gpio, &enable); in acpi_device_add_power_res() 409 has_enable = enable.pins[0]; in acpi_device_add_power_res() 432 dw0_write, &enable, true); in acpi_device_add_power_res() 476 dw0_write, &enable, false); in acpi_device_add_power_res()
|
| A D | acpigen.c | 968 struct acpi_gpio *gpio, bool enable) in acpigen_set_enable_tx_gpio() argument 973 set = gpio->polarity == ACPI_GPIO_ACTIVE_HIGH ? enable : !enable; in acpigen_set_enable_tx_gpio()
|
| /lib/ |
| A D | trace.c | 355 bool enable) in trace_init_() argument 413 printf("trace: initialized, %senabled\n", enable ? "" : "not "); in trace_init_() 414 trace_enabled = enable; in trace_init_()
|
| A D | Kconfig | 344 Say Y here to support "ACPI parking protocol" enable method 492 If you want a fully functional TPM enable all hashing algorithms. 1138 bool "enable continued fraction calculation routines" 1141 bool "enable continued fraction calculation routines for SPL" 1214 bool "enable fdtdec test" 1267 enable this config option to distinguish them using
|
| /lib/efi_loader/ |
| A D | Kconfig | 48 You may enable CMD_BOOTEFI_BINARY so that you can use bootefi 67 Select this option to enable EFI secure boot support. 309 Select this option if you want to enable capsule-based 320 Select this option if you want to enable firmware management protocol 331 Select this option if you want to enable firmware management protocol 350 Select this option if you want to enable capsule 421 Select this option to enable correct handling of the capitalization of 455 measured using the EFI TCG2 protocol. Do not enable this feature if 561 normally enable CMD_BOOTEFI_BOOTMGR so that the command is available.
|
| A D | efi_console.c | 641 bool enable) in efi_cout_enable_cursor() argument 643 EFI_ENTRY("%p, %d", this, enable); in efi_cout_enable_cursor() 645 printf(ESC"[?25%c", enable ? 'h' : 'l'); in efi_cout_enable_cursor() 646 efi_con_mode.cursor_visible = !!enable; in efi_cout_enable_cursor()
|
| /lib/lwip/lwip/test/unit/api/ |
| A D | test_sockets.c | 550 int s, ret, enable; in test_sockets_msgapi_cmsg() local 573 enable = 1; in test_sockets_msgapi_cmsg() 574 ret = lwip_setsockopt(s, IPPROTO_IP, IP_PKTINFO, &enable, sizeof(enable)); in test_sockets_msgapi_cmsg()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | alternative-implementations.md | 74 …enable `MBEDTLS_AES_ENCRYPT_ALT` at compile time and provide your own implementation of `mbedtls_a… 76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process… 87 For example, to provide a custom `printf` function at run time, enable `MBEDTLS_PLATFORM_PRINTF_ALT…
|
| /lib/mbedtls/external/mbedtls/tests/git-scripts/ |
| A D | README.md | 14 …TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 12 How to enable: 18 To enable MDNS responder, set
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | config.py | 144 def change_matching(self, regexs, enable): argument 151 setting.active = enable
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | driver-only-builds.md | 22 TLS use PSA Crypto. You need to enable this if you're using PK, X.509 or TLS 86 - you can enable `PSA_WANT_ALG_SHA_256` without `MBEDTLS_SHA256_C`, provided 150 - enable `PSA_WANT_ALG_ECDH` without `MBEDTLS_ECDH_C`, provided 152 - enable `PSA_WANT_ALG_ECDSA` without `MBEDTLS_ECDSA_C`, provided 154 - enable `PSA_WANT_ALG_JPAKE` without `MBEDTLS_ECJPAKE_C`, provided 398 PSA API, you need to enable `PSA_KEY_TYPE_CHACHA20` for both, plus
|
| A D | use-psa-crypto.md | 19 **Why enable this option:** to fully take advantage of PSA drivers in PK, 49 You need to enable `MBEDTLS_USE_PSA_CRYPTO` if you want TLS 1.3 to use PSA
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .pylintrc | 47 # * locally-disabled, locally-enabled: If we disable or enable a message
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ecdh.function | 241 int enable, int max_ops, int min_restart, int max_restart) 281 if (enable) {
|
| A D | test_suite_hmac_drbg.function | 104 /* Now enable PR, so the next few calls should all reseed */
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | strategy.md | 43 - it's not fully compatible with `MBEDTLS_ECP_RESTARTABLE`: you can enable 54 Also, we can't just auto-enable `MBEDTLS_ENTROPY_C` as it doesn't build 93 2. It's currently not possible to enable `MBEDTLS_PSA_CRYPTO_C` in 95 auto-enable the latter, as it won't build or work out of the box on all 98 1. Make it possible to enable the parts of PSA Crypto that don't require an 260 Note: the first two steps enable use of drivers, but not by themselves removal
|
| A D | md-cipher-dispatch.md | 76 …enable more mechanisms (although this wouldn't be considered a backward compatibility break anyway… 196 …face. This was not really intended, but is possible, for example, if you enable `MBEDTLS_MD5_C` fo… 211 …onfig.h` doesn't guarantee that it won't be enabled in the build. We can enable additional feature… 288 …acy mechanisms are automatically enabled through PSA. Users can manually enable PSA mechanisms tha… 392 The following things enable MD light automatically in `build_info.h`:
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-developer-guide.md | 44 …l, string) can include complex preprocessor definitions to conditionally enable dispatch capabilit…
|
| /lib/mbedtls/external/mbedtls/tests/docker/bionic/ |
| A D | Dockerfile | 86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|