Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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…
H A Dtest_suite_psa_crypto_init.function84 MBEDTLS_ENTROPY_SOURCE_STRONG);
91 MBEDTLS_ENTROPY_SOURCE_STRONG);
98 MBEDTLS_ENTROPY_SOURCE_STRONG);
110 MBEDTLS_ENTROPY_SOURCE_STRONG);
H A Dtest_suite_entropy.function336 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
493 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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…
H A Dtest_suite_psa_crypto_init.function83 MBEDTLS_ENTROPY_SOURCE_STRONG);
90 MBEDTLS_ENTROPY_SOURCE_STRONG);
97 MBEDTLS_ENTROPY_SOURCE_STRONG);
109 MBEDTLS_ENTROPY_SOURCE_STRONG);
H A Dtest_suite_entropy.function334 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
491 MBEDTLS_ENTROPY_SOURCE_STRONG) == 0);
/aosp_15_r20/external/mbedtls/library/
H A 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()
210 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
314 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
H A Dpsa_crypto.c7320 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_psa_random_init()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
210 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
314 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
H A Dpsa_crypto.c7724 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_psa_random_init()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dentropy.h69 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dentropy.h69 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc122 MBEDTLS_ENTROPY_SOURCE_STRONG); in Setup()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Dgen_key.c282 MBEDTLS_ENTROPY_SOURCE_STRONG)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Dgen_key.c344 MBEDTLS_ENTROPY_SOURCE_STRONG)) != 0) { in main()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp472 MBEDTLS_ENTROPY_SOURCE_STRONG); in otPlatCryptoRandomInit()