Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_add_source (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_entropy.function231 (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,
Dtest_suite_psa_crypto_init.function82 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,
/openthread-latest/third_party/mbedtls/repo/library/
Dentropy.c44 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()
Dpsa_crypto.c7721 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dentropy.h160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dgen_key.c342 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp471mbedtls_entropy_add_source(&sEntropyContext, handleMbedtlsEntropyPoll, nullptr, kEntropyMinThresho… in otPlatCryptoRandomInit()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md142 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1460 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed