Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dentropy.h81 #define MBEDTLS_ENTROPY_SOURCE_MANUAL MBEDTLS_ENTROPY_MAX_SOURCES macro
/third_party/mbedtls/library/
Dentropy.c215 ret = entropy_update(ctx, MBEDTLS_ENTROPY_SOURCE_MANUAL, data, len); in mbedtls_entropy_update_manual()
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function503 header[0] = MBEDTLS_ENTROPY_SOURCE_MANUAL;