Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Drtc.h52 static inline TEE_Result rtc_get_info(uint64_t *features, in rtc_get_info() argument
60 *features = RTC_CORRECTION_FEATURE; in rtc_get_info()
103 static inline TEE_Result rtc_get_info(uint64_t *features __unused, in rtc_get_info()
/optee_os-3.20.0/core/pta/
A Drtc.c126 uint64_t features = 0; in rtc_pta_get_info() local
140 res = rtc_get_info(&features, &range_min, &range_max); in rtc_pta_get_info()
146 if (features & RTC_CORRECTION_FEATURE) in rtc_pta_get_info()
147 info->features |= PTA_RTC_FEATURE_CORRECTION; in rtc_pta_get_info()
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/utils/
A Dinfo.c141 } features[] = { in show_config() local
148 for (i = 0; i < ARRAY_SIZE(features); i++) { in show_config()
149 LOG_I("\t%s%s", cfg & features[i].val ? "with\t" : "without\t", in show_config()
150 features[i].name); in show_config()
/optee_os-3.20.0/lib/libutee/include/
A Dpta_rtc.h40 uint64_t features; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dversion_features.c28 static const char * const features[] = { variable
855 const char * const *idx = features; in mbedtls_version_check_feature()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md11 …guration file `include/mbedtls/config.h`, which is also the place where features can be selected. …
39 …eflect all changes present in the CMake and Make build system, although features may not be ported…
56 …rs to more easily move between different platforms. Users who need more features are recommended t…
175 We've included example programs for a lot of different features and uses in [`programs/`](programs/…
176 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
240 ### Upcoming features
A DCONTRIBUTING.md28 …f the library. Unless the user has made an active decision to use newer features, a newer generati…
30 …hanges to the ABI or API, even on the main development branch where new features are added, need t…
42 …rity fixes and fixes for other defects, without encountering additional features or API extensions…
A DChangeLog1582 hardware accelerators that don't implement all options or features.
2558 library features that do not require an entropy source.
2607 features. Contributed by Aviv Palivoda.
4273 Note: Most of these features have been donated by Fox-IT
/optee_os-3.20.0/
A DCHANGELOG.md499 ## New features
611 ## New features
727 ## New features
860 ## New features
971 ## New features
1099 ## New features
1203 ## New features
1280 ## New features
1329 ## New features
1395 ## New features
[all …]

Completed in 16 milliseconds