/aosp_15_r20/external/mbedtls/tests/suites/ |
H A 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,
|
H A 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,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_entropy.function | 231 (void) mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 235 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, &dummy, 293 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 334 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 337 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 382 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 385 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, entropy_dummy_source, 491 TEST_ASSERT(mbedtls_entropy_add_source(&ctx, mbedtls_nv_seed_poll, NULL,
|
H A D | test_suite_psa_crypto_init.function | 82 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, 89 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, 96 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, 107 mbedtls_entropy_add_source(ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A 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()
|
H A D | psa_crypto.c | 7317 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A 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()
|
H A D | psa_crypto.c | 7721 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | entropy.h | 160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | entropy.h | 160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
|
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/ |
H A D | tls_client_mbedtls.cc | 118 ret = mbedtls_entropy_add_source(&entropy_ctx_, in Setup()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | gen_key.c | 280 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | gen_key.c | 342 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | crypto_platform.cpp | 471 …mbedtls_entropy_add_source(&sEntropyContext, handleMbedtlsEntropyPoll, nullptr, kEntropyMinThresho… in otPlatCryptoRandomInit()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 142 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 142 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1200 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1460 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|