Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h99 int MBEDTLS_PRIVATE(strong); /**< Is the source strong? */
163 size_t threshold, int strong);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c88 size_t threshold, int strong) in mbedtls_entropy_add_source() argument
107 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source()
214 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
318 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
/optee_os/core/
H A Dcore.mk46 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md37 …rface which need to be changed are marked as 'deprecated'. If there is a strong reason to replace …
48 …fix should be reworked to avoid the API change. API changes without very strong justification are …
H A DChangeLog2380 * Guard against strong local side channel attack against base64 tables by
2928 MBEDTLS_ENTROPY_BLOCK_SIZE bytes or more from strong sources. In the
2931 security if the source is genuinely strong, but less than the expected 64
/optee_os/ta/
H A Dta.mk17 ta-stackp-cflags-$(CFG_TA_STACK_PROTECTOR_STRONG) := -fstack-protector-strong