| /external/openthread/third_party/mbedtls/repo/library/ |
| D | entropy.c | 64 mbedtls_entropy_add_source(ctx, mbedtls_null_entropy_poll, NULL, in mbedtls_entropy_init() 70 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 75 mbedtls_entropy_add_source(ctx, mbedtls_hardclock_poll, NULL, in mbedtls_entropy_init() 80 mbedtls_entropy_add_source(ctx, mbedtls_havege_poll, &ctx->havege_data, in mbedtls_entropy_init() 85 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 90 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init() 125 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function 693 ret = mbedtls_entropy_add_source(&ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
| D | psa_crypto.c | 5096 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_psa_crypto_init.function | 89 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, 96 mbedtls_entropy_add_source(ctx, mbedtls_hardclock_poll, NULL, 103 mbedtls_entropy_add_source(ctx, mbedtls_havege_poll, &ctx->havege_data, 110 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, 117 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, 128 mbedtls_entropy_add_source(ctx,
|
| D | test_suite_entropy.function | 225 (void) mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 229 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 282 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 320 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 323 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 365 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 368 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 471 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, mbedtls_nv_seed_poll, NULL,
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_entropy.function | 229 (void) mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 233 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 291 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 332 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 335 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 380 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 383 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 489 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, mbedtls_nv_seed_poll, NULL,
|
| D | test_suite_psa_crypto_init.function | 81 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, 88 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, 95 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, 106 mbedtls_entropy_add_source(ctx,
|
| /external/mbedtls/library/ |
| D | entropy.c | 44 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 49 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 54 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init() 82 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function 618 ret = mbedtls_entropy_add_source(&ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
| D | psa_crypto.c | 7317 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | entropy.h | 167 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
|
| D | compat-1.3.h | 1945 #define entropy_add_source mbedtls_entropy_add_source
|
| /external/mbedtls/include/mbedtls/ |
| D | entropy.h | 160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
|
| /external/pigweed/pw_tls_client_mbedtls/ |
| D | tls_client_mbedtls.cc | 118 ret = mbedtls_entropy_add_source(&entropy_ctx_, in Setup()
|
| /external/openthread/third_party/mbedtls/repo/programs/pkey/ |
| D | gen_key.c | 281 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
|
| /external/mbedtls/programs/pkey/ |
| D | gen_key.c | 280 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
|
| /external/openthread/src/core/crypto/ |
| D | crypto_platform.cpp | 471 …mbedtls_entropy_add_source(&sEntropyContext, handleMbedtlsEntropyPoll, nullptr, kEntropyMinThresho… in otPlatCryptoRandomInit()
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1530 entropy_add_source mbedtls_entropy_add_source
|
| /external/mbedtls/docs/ |
| D | 3.0-migration-guide.md | 142 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
|
| /external/mbedtls/ |
| D | ChangeLog | 1200 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|