Searched refs:mbedtls_platform_entropy_poll (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | entropy_poll.c | 43 int mbedtls_platform_entropy_poll(void *data, unsigned char *output, size_t len, in mbedtls_platform_entropy_poll() function 148 int mbedtls_platform_entropy_poll(void *data, in mbedtls_platform_entropy_poll() function
|
H A D | entropy_poll.h | 33 int mbedtls_platform_entropy_poll(void *data,
|
H A D | entropy.c | 44 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | entropy_poll.c | 43 int mbedtls_platform_entropy_poll(void *data, unsigned char *output, size_t len, in mbedtls_platform_entropy_poll() function 148 int mbedtls_platform_entropy_poll(void *data, in mbedtls_platform_entropy_poll() function
|
H A D | entropy_poll.h | 33 int mbedtls_platform_entropy_poll(void *data,
|
H A D | entropy.c | 44 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | entropy.h | 125 int mbedtls_platform_entropy_poll(void *data,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | entropy.h | 125 int mbedtls_platform_entropy_poll(void *data,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | selftest.c | 227 result = mbedtls_platform_entropy_poll(NULL, in create_entropy_seed_file()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | selftest.c | 228 result = mbedtls_platform_entropy_poll(NULL, in create_entropy_seed_file()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_init.function | 81 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_init.function | 82 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL,
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 2709 * Fix runtime error in `mbedtls_platform_entropy_poll()` when run
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 2969 * Fix runtime error in `mbedtls_platform_entropy_poll()` when run
|