Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dversion_features.c826 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature() argument
834 if (feature == NULL) { in mbedtls_version_check_feature()
838 if (strncmp(feature, "MBEDTLS_", 8)) { in mbedtls_version_check_feature()
842 feature += 8; in mbedtls_version_check_feature()
845 if (!strcmp(*idx, feature)) { in mbedtls_version_check_feature()
H A Dpadlock.c27 int mbedtls_padlock_has_support(int feature) in mbedtls_padlock_has_support() argument
51 return flags & feature; in mbedtls_padlock_has_support()
H A Dpadlock.h63 int mbedtls_padlock_has_support(int feature);
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dversion.h70 int mbedtls_version_check_feature(const char *feature);
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md24 …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…
H A DChangeLog213 support flexible array members (a C99 feature not adopted by C++).
317 (feature enabled by MBEDTLS_PSA_CRYPTO_SE_C). In a low memory condition,
395 feature may not be TLS 1.3 specific in the future. Fixes #6909.
540 This feature increases code size and memory usage. If buffers passed to
723 feature macros, MBEDTLS_MD_CAN_xxx, has been introduced that can be used
768 used to enable this feature.
813 CPU feature, which reduces code size and avoids the vulnerability of the
1003 contributing this feature, and to Demi-Marie Obenour for contributing
1045 be used to enable this feature. Run-time detection is supported
1413 This was intended as an experimental feature, but had not been explicitly
[all …]
H A DREADME.md332 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
/optee_os/core/lib/qcbor/
H A DREADME.md45 CBOR feature that is not supported. The same decoding API supports
140 QCBOR provides a substantial feature that allows searching for data
158 QCBOR has a special feature for decoding byte-string wrapped CBOR. It
172 years have been only minor bug fixes, minor feature additions and
175 Work on some larger feature additions is ongoing in "dev" branch.
454 Indefinite lengths are a feature of CBOR that makes encoding simpler
/optee_os/core/arch/arm/dts/
H A Dstm32mp257f-ev1-ca35tdcid-rif.dtsi6 /* Break alphabetical to group RIF configuration by feature to ease DT readability */