Home
last modified time | relevance | path

Searched refs:mbedtls_test_inject_entropy_seed_read (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/configs/
Duser-config-for-test.h85 int mbedtls_test_inject_entropy_seed_read(unsigned char *buf, size_t len);
87 #define MBEDTLS_PLATFORM_NV_SEED_READ_MACRO mbedtls_test_inject_entropy_seed_read
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_crypto_helpers.h208 int mbedtls_test_inject_entropy_seed_read(unsigned char *buf, size_t len);
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_crypto_helpers.c167 int mbedtls_test_inject_entropy_seed_read(unsigned char *buf, size_t len) in mbedtls_test_inject_entropy_seed_read() function