Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h119 int strong; /**< Is the source strong? */ member
183 size_t threshold, int strong );
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c145 size_t threshold, int strong ) in mbedtls_entropy_add_source() argument
164 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source()
275 if( ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG ) in entropy_gather_internal()
375 if( ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG ) in mbedtls_entropy_func()
/optee_os-3.20.0/core/
A Dcore.mk33 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
/optee_os-3.20.0/ta/
A Dta.mk16 ta-stackp-cflags-$(CFG_TA_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md47 …fix should be reworked to avoid the API change. API changes without very strong justification are …
A DChangeLog491 * Guard against strong local side channel attack against base64 tables by
1039 MBEDTLS_ENTROPY_BLOCK_SIZE bytes or more from strong sources. In the
1042 security if the source is genuinely strong, but less than the expected 64

Completed in 11 milliseconds