Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_MD (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.6.0/include/mbedtls/
Dentropy.h22 #define MBEDTLS_ENTROPY_MD MBEDTLS_MD_SHA512 macro
27 #define MBEDTLS_ENTROPY_MD MBEDTLS_MD_SHA256 macro
/mbedtls-3.6.0/library/
Dentropy.c130 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in entropy_update()
148 mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), 0); in entropy_update()
337 mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), 0); in mbedtls_entropy_func()
353 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in mbedtls_entropy_func()