Home
last modified time | relevance | path

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

/third_party/mbedtls/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.function87 MBEDTLS_ENTROPY_SOURCE_STRONG);
94 MBEDTLS_ENTROPY_SOURCE_STRONG);
101 MBEDTLS_ENTROPY_SOURCE_STRONG);
113 MBEDTLS_ENTROPY_SOURCE_STRONG);
Dtest_suite_entropy.function322 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
473 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
/third_party/mbedtls/library/
Dentropy.c65 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
70 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
75 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
245 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
349 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
Dpsa_crypto.c6746 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_psa_random_init()
/third_party/mbedtls/include/mbedtls/
Dentropy.h83 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro
/third_party/mbedtls/programs/pkey/
Dgen_key.c282 MBEDTLS_ENTROPY_SOURCE_STRONG)) != 0) { in main()