Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_FORCE_SHA256 (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/tests/include/test/drivers/
H A Dconfig_test_driver.h30 #define MBEDTLS_ENTROPY_FORCE_SHA256 macro
/third_party/mbedtls/include/mbedtls/
H A Dentropy.h20 #if defined(MBEDTLS_MD_CAN_SHA512) && !defined(MBEDTLS_ENTROPY_FORCE_SHA256)
H A Dcheck_config.h219 (defined(MBEDTLS_ENTROPY_FORCE_SHA256) || !defined(MBEDTLS_MD_CAN_SHA512)) \
224 defined(MBEDTLS_ENTROPY_FORCE_SHA256) && !defined(MBEDTLS_MD_CAN_SHA256)
225 #error "MBEDTLS_ENTROPY_FORCE_SHA256 defined, but not all prerequisites"
/third_party/mbedtls/library/
H A Dversion_features.c390 #if defined(MBEDTLS_ENTROPY_FORCE_SHA256)
392 #endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */
/third_party/mbedtls/programs/test/
H A Dquery_config.c1111 #if defined(MBEDTLS_ENTROPY_FORCE_SHA256) in query_config()
1112 if( strcmp( "MBEDTLS_ENTROPY_FORCE_SHA256", config ) == 0 ) in query_config()
1114 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_FORCE_SHA256 ); in query_config()
1117 #endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */ in query_config()
4041 #if defined(MBEDTLS_ENTROPY_FORCE_SHA256) in list_config()
4042 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_FORCE_SHA256); in list_config()
4043 #endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh5373 msg "build: full + MBEDTLS_ENTROPY_FORCE_SHA256 (ASan build)"
5376 scripts/config.py set MBEDTLS_ENTROPY_FORCE_SHA256
5380 msg "test: full + MBEDTLS_ENTROPY_FORCE_SHA256 (ASan build)"
5397 msg "build: full + MBEDTLS_CTR_DRBG_USE_128_BIT_KEY + MBEDTLS_ENTROPY_FORCE_SHA256 (ASan build)"
5401 scripts/config.py set MBEDTLS_ENTROPY_FORCE_SHA256
5405 msg "test: full + MBEDTLS_CTR_DRBG_USE_128_BIT_KEY + MBEDTLS_ENTROPY_FORCE_SHA256 (ASan build)"

Completed in 13 milliseconds