Searched refs:mbedtls_entropy_add_source (Results 1 – 11 of 11) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/ |
| D | test_suite_entropy.function | 219 (void) mbedtls_entropy_add_source( &ctx, entropy_dummy_source, &dummy, 222 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, &dummy, 272 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, 310 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, 313 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, 358 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, 361 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, 467 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, mbedtls_nv_seed_poll, NULL,
|
| D | test_suite_psa_crypto_init.function | 84 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, 90 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, 97 mbedtls_entropy_add_source( ctx, mbedtls_nv_seed_poll, NULL, 110 mbedtls_entropy_add_source( ctx,
|
| /device/soc/hisilicon/ws63v100/sdk/application/samples/wifi/ohos_connect/hilink_adapt/adapter/ |
| D | hilink_sal_drbg.c | 123 int ret = mbedtls_entropy_add_source(&ctx->entropy, HiLinkMbedtlsEntropySourceCallback, in HILINK_SAL_DrbgInit() 126 int ret = mbedtls_entropy_add_source(&ctx->entropy, HiLinkMbedtlsEntropySourceCallback, in HILINK_SAL_DrbgInit()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | entropy.c | 72 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 77 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 82 mbedtls_entropy_add_source( ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init() 113 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function 645 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
| D | psa_crypto.c | 5552 mbedtls_entropy_add_source( &rng->entropy, in mbedtls_psa_random_init()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | entropy.h | 176 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
| D | compat-1.3.h | 1944 #define entropy_add_source mbedtls_entropy_add_source
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | entropy.h | 180 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/pkey/ |
| D | gen_key.c | 295 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/docs/ |
| D | 3.0-migration-guide.md | 121 RNG interfaces with `mbedtls_entropy_add_source()` and/or use an entropy seed
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/ |
| D | ChangeLog | 189 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|