Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_SOURCE_STRONG (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_entropy.data59 entropy_calls:MBEDTLS_ENTROPY_SOURCE_STRONG:MBEDTLS_ENTROPY_SOURCE_WEAK:1:MBEDTLS_ENTROPY_BLOCK_SIZ…
62 entropy_calls:MBEDTLS_ENTROPY_SOURCE_STRONG:MBEDTLS_ENTROPY_SOURCE_WEAK:1:(MBEDTLS_ENTROPY_BLOCK_SI…
65 entropy_calls:MBEDTLS_ENTROPY_SOURCE_STRONG:MBEDTLS_ENTROPY_SOURCE_WEAK:1:1:MBEDTLS_ENTROPY_BLOCK_S…
68 entropy_calls:MBEDTLS_ENTROPY_SOURCE_STRONG:MBEDTLS_ENTROPY_SOURCE_WEAK:MBEDTLS_ENTROPY_BLOCK_SIZE+…
71 entropy_calls:MBEDTLS_ENTROPY_SOURCE_STRONG:MBEDTLS_ENTROPY_SOURCE_WEAK:(MBEDTLS_ENTROPY_BLOCK_SIZE…
Dtest_suite_psa_crypto_init.function101 MBEDTLS_ENTROPY_SOURCE_STRONG);
108 MBEDTLS_ENTROPY_SOURCE_STRONG);
115 MBEDTLS_ENTROPY_SOURCE_STRONG);
127 MBEDTLS_ENTROPY_SOURCE_STRONG);
Dtest_suite_entropy.function343 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
500 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
/mbedtls-latest/library/
Dentropy.c46 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
51 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
56 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
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()
Dpsa_crypto.c7799 MBEDTLS_ENTROPY_SOURCE_STRONG);
/mbedtls-latest/include/mbedtls/
Dentropy.h70 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro
/mbedtls-latest/programs/pkey/
Dgen_key.c344 MBEDTLS_ENTROPY_SOURCE_STRONG)) != 0) { in main()