Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dplatform.h109 #define MBEDTLS_PLATFORM_STD_NV_SEED_WRITE mbedtls_platform_std_nv_seed_write
398 int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len);
427 #define mbedtls_nv_seed_write mbedtls_platform_std_nv_seed_write
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dplatform.h109 #define MBEDTLS_PLATFORM_STD_NV_SEED_WRITE mbedtls_platform_std_nv_seed_write
398 int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len);
427 #define mbedtls_nv_seed_write mbedtls_platform_std_nv_seed_write
/aosp_15_r20/external/mbedtls/library/
H A Dplatform.c315 int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len) in mbedtls_platform_std_nv_seed_write() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dplatform.c315 int mbedtls_platform_std_nv_seed_write(unsigned char *buf, size_t buf_len) in mbedtls_platform_std_nv_seed_write() function
/aosp_15_r20/external/mbedtls/programs/test/
H A Dselftest.c239 mbedtls_platform_std_nv_seed_write(seed_value, MBEDTLS_ENTROPY_BLOCK_SIZE); in create_entropy_seed_file()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dselftest.c240 mbedtls_platform_std_nv_seed_write(seed_value, MBEDTLS_ENTROPY_BLOCK_SIZE); in create_entropy_seed_file()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_entropy.function428 mbedtls_platform_std_nv_seed_write);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_entropy.function430 mbedtls_platform_std_nv_seed_write);