Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 6 of 6) sorted by relevance

/mbedtls-development/tests/include/test/
A Dmacros.h241 #define MAX( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) macro
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_entropy.function11 #define MBEDTLS_PSA_INJECT_ENTROPY_MIN_SIZE MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, MBEDTLS_ENTROPY_BLOCK…
A Dtest_suite_psa_crypto_init.function11 MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, MBEDTLS_ENTROPY_BLOCK_SIZE)
A Dtest_suite_psa_its.function120 ASSERT_ALLOC( buffer, MAX( data1->len, data2->len ) );
A Dtest_suite_ctr_drbg.function288 /* Call update with too much data (sizeof entropy > MAX(_SEED)_INPUT).
A Dtest_suite_psa_crypto.function6597 ASSERT_ALLOC( actual_output, MAX( expected_output1->len,

Completed in 9 milliseconds