Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function225 (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,
Dtest_suite_psa_crypto_init.function85 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL,
92 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL,
99 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL,
110 mbedtls_entropy_add_source(ctx,
/third_party/mbedtls/library/
Dentropy.c63 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
68 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init()
73 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init()
105 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function
674 ret = mbedtls_entropy_add_source(&ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
Dpsa_crypto.c6743 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
/third_party/mbedtls/include/mbedtls/
Dentropy.h178 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
/third_party/mbedtls/programs/pkey/
Dgen_key.c280 if ((ret = mbedtls_entropy_add_source(&entropy, dev_random_entropy_poll, in main()
/third_party/mbedtls/docs/
D3.0-migration-guide.md142 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
/third_party/mbedtls/
DChangeLog887 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed