Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dentropy.h192 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx );
/third_party/mbedtls/library/
Dentropy.c279 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx ) in mbedtls_entropy_gather() function
642 if( ( ret = mbedtls_entropy_gather( &ctx ) ) != 0 ) in mbedtls_entropy_self_test()
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function279 TEST_ASSERT( mbedtls_entropy_gather( &ctx )