Searched refs:strong (Results 1 – 6 of 6) sorted by relevance
119 int strong; /**< Is the source strong? */ member183 size_t threshold, int strong );
145 size_t threshold, int strong ) in mbedtls_entropy_add_source() argument164 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()
33 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
16 ta-stackp-cflags-$(CFG_TA_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
47 …fix should be reworked to avoid the API change. API changes without very strong justification are …
491 * Guard against strong local side channel attack against base64 tables by1039 MBEDTLS_ENTROPY_BLOCK_SIZE bytes or more from strong sources. In the1042 security if the source is genuinely strong, but less than the expected 64
Completed in 11 milliseconds