| /lib/mbedtls/external/mbedtls/scripts/data_files/ |
| A D | version_features.fmt | 2 * Version feature information 23 int mbedtls_version_check_feature(const char *feature) 31 if (feature == NULL) { 35 if (strncmp(feature, "MBEDTLS_", 8)) { 39 feature += 8; 42 if (!strcmp(*idx, feature)) {
|
| A D | query_config.fmt | 98 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | version_features.c | 814 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature() argument 822 if (feature == NULL) { in mbedtls_version_check_feature() 826 if (strncmp(feature, "MBEDTLS_", 8)) { in mbedtls_version_check_feature() 830 feature += 8; in mbedtls_version_check_feature() 833 if (!strcmp(*idx, feature)) { in mbedtls_version_check_feature()
|
| A D | padlock.c | 27 int mbedtls_padlock_has_support(int feature) in mbedtls_padlock_has_support() argument 51 return flags & feature; in mbedtls_padlock_has_support()
|
| A D | padlock.h | 63 int mbedtls_padlock_has_support(int feature);
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_version.function | 68 void check_feature(char *feature, int result) 70 int check = mbedtls_version_check_feature(feature);
|
| /lib/mbedtls/external/mbedtls/ChangeLog.d/ |
| A D | 00README.md | 16 on the extent of the change and how widely we expect the feature to be used. 81 consequences of the bug, not how the bug was fixed. For a new feature, explain 82 why one might be interested in the feature. For an API change or a deprecation,
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | version.h | 70 int mbedtls_version_check_feature(const char *feature);
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 24 …stedfirmware.org/mailman3/lists/mbed-tls.lists.trustedfirmware.org) around a feature idea or a bug. 26 1. Write a test which shows that the bug was fixed or that the feature works as expected. 28 1. For quick merging, the contribution should be short, and concentrated on a single feature or top… 35 …d, need to be justifiable by either being a significant enhancement, new feature or bug fix which … 49 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi… 58 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull…
|
| A D | BRANCHES.md | 61 addition of a new feature. 83 are an experimental feature. We intend to maintain compatibility with the
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 52 …a series of symbols of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol e… 65 * If the symbol is not defined, the corresponding feature is not included. 66 … is defined to a preprocessor expression with the value `1`, the corresponding feature is included. 71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature … 79 …feature is not requested for inclusion in the PSA Crypto configuration file, it may still be inclu… 85 …KEY_PAIR` types (that is, private keys for asymmetric cryptography), the feature selection is more… 203 …he boolean symbol mechanism proposed here. The approximation considers a feature to be enabled if …
|
| /lib/mbedtls/external/mbedtls/.github/ |
| A D | pull_request_template.md | 9 …ck as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")
|
| /lib/fwu_updates/ |
| A D | Kconfig | 30 With FWU Multi Bank Update feature enabled, number of times
|
| /lib/efi_loader/ |
| A D | Kconfig | 165 buffer used for communication between the MM feature in U-Boot and 183 used for communication between the MM feature in U-Boot and 264 Select this option if you want to use capsule-on-disk feature, 275 Select this option if you want to use the capsule-on-disk feature 455 measured using the EFI TCG2 protocol. Do not enable this feature if 458 feature allows for better measurement of the system boot sequence.
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 65 feature is disabled in the port, so we don't care about the new 66 "environment variables" pppd feature.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | test-framework.md | 49 …h` record the outcome of each test case in a **test outcome file**. This feature is enabled if the…
|
| A D | invasive-testing.md | 180 …acing some modules; this is a secondary concern since we do not officially offer this as a feature. 302 …ut the keystore content before calling `mbedtls_psa_crypto_free()`. This feature is mostly but not…
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-crypto-implementation-structure.md | 125 …m is optional and can be selected by the application at build time. For each feature `PSA_ttt_xxx`: 127 * The feature is available to applications when the preprocessor symbol `PSA_WANT_ttt_xxx` is defin… 130 * For transparent keys (keys that are not in a secure element), the feature is implemented by Mbed…
|
| A D | psa-storage-resilience.md | 482 …elements (feature enabled with `MBEDTLS_PSA_CRYPTO_SE_C`). This is a deprecated feature that has n…
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 99 that the pointer is non-null. With the feature disabled, a null pointer is not 101 runtime crash. 90% of the uses of the feature are of this kind. 103 checks that the value is a valid one. With the feature disabled, an invalid 110 This feature was only used in some classic (non-PSA) cryptography modules. It was 114 This feature has been removed. The library no longer checks for NULL pointers; 642 version. There is no migration path since the feature is no longer relevant. 722 This feature had been broken for a while so we doubt anyone still used it. 869 users who didn't need that feature to avoid paying the cost in code size, by
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 5 …tions which only ever call PSA functions from a single thread are not affected by this new feature. 78 … which protect all PSA calls using a mutex, are not affected by this new feature. If an applicatio… 257 Although the `step` feature used in some tests is thread-safe, it may produce unexpected results fo… 357 …table API, and would likely increase the code size for a relatively rare feature. We are choosing …
|
| /lib/mbedtls/external/mbedtls/programs/ |
| A D | README.md | 81 ### SSL/TLS feature demonstrators
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | md-cipher-dispatch.md | 27 I want to know which functions to call and which feature macros to check, 76 …feature is still experimental and is not ready for production since it is not completed.” We may w… 211 Generally speaking, just because some feature is not enabled in `mbedtls_config.h` or `psa_config.h…
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 713 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 858 # directories that are symbolic links (a Unix file system feature) are excluded 1017 # can opt to disable this feature. 1452 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 1981 # structure of the code including all documentation. Note that this feature is 1994 # Note that this feature is still experimental and incomplete at the moment. 2497 # this, this feature is disabled by default.
|
| A D | lwip.Doxyfile.cmake.in | 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 713 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 858 # directories that are symbolic links (a Unix file system feature) are excluded 1017 # can opt to disable this feature. 1452 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 1981 # structure of the code including all documentation. Note that this feature is 1994 # Note that this feature is still experimental and incomplete at the moment. 2497 # this, this feature is disabled by default.
|