Searched refs:strong (Results 1 – 3 of 3) sorted by relevance
115 int strong; /**< Is the source strong? */ member176 size_t threshold, int strong );
133 size_t threshold, int strong ) in mbedtls_entropy_add_source() argument152 ctx->source[index].strong = strong; in mbedtls_entropy_add_source()238 if( ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG ) in entropy_gather_internal()
128 CC=gcc CFLAGS='-fstack-protector-strong -Wa,--noexecstack' cmake .