MBEDTLS_ENTROPY_SOURCE_STRONG is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSMBEDTLS_ENTROPY_SOURCE_STRONG

MBEDTLS_ENTROPY_SOURCE_STRONG macro

Entropy source is strong

Syntax

#define MBEDTLS_ENTROPY_SOURCE_STRONG 1

References

LocationText
entropy.h:86
#define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */
entropy.c:111
MBEDTLS_ENTROPY_SOURCE_STRONG );
entropy.c:273
if( ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG )