Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dplatform.h402 extern int (*mbedtls_nv_seed_read)(unsigned char *buf, size_t buf_len);
419 #undef mbedtls_nv_seed_read
423 #define mbedtls_nv_seed_read MBEDTLS_PLATFORM_NV_SEED_READ_MACRO macro
426 #define mbedtls_nv_seed_read mbedtls_platform_std_nv_seed_read macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dplatform.h402 extern int (*mbedtls_nv_seed_read)(unsigned char *buf, size_t buf_len);
419 #undef mbedtls_nv_seed_read
423 #define mbedtls_nv_seed_read MBEDTLS_PLATFORM_NV_SEED_READ_MACRO macro
426 #define mbedtls_nv_seed_read mbedtls_platform_std_nv_seed_read macro
/aosp_15_r20/external/mbedtls/library/
H A Dplatform.c366 int (*mbedtls_nv_seed_read)(unsigned char *buf, size_t buf_len) = variable
375 mbedtls_nv_seed_read = nv_seed_read_func; in mbedtls_platform_set_nv_seed()
H A Dentropy_poll.c214 if (mbedtls_nv_seed_read(buf, MBEDTLS_ENTROPY_BLOCK_SIZE) < 0) { in mbedtls_nv_seed_poll()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dplatform.c366 int (*mbedtls_nv_seed_read)(unsigned char *buf, size_t buf_len) = variable
375 mbedtls_nv_seed_read = nv_seed_read_func; in mbedtls_platform_set_nv_seed()
H A Dentropy_poll.c214 if (mbedtls_nv_seed_read(buf, MBEDTLS_ENTROPY_BLOCK_SIZE) < 0) { in mbedtls_nv_seed_poll()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_entropy.function432 TEST_ASSERT(mbedtls_nv_seed_read(check_seed, MBEDTLS_ENTROPY_BLOCK_SIZE) ==
463 mbedtls_nv_seed_read;
542 mbedtls_nv_seed_read = original_mbedtls_nv_seed_read;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_entropy.function434 TEST_ASSERT(mbedtls_nv_seed_read(check_seed, MBEDTLS_ENTROPY_BLOCK_SIZE) ==
465 mbedtls_nv_seed_read;
544 mbedtls_nv_seed_read = original_mbedtls_nv_seed_read;