Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/tests/include/test/
A Dpsa_crypto_helpers.h156 const char *expr );
182 #define RECORD_STATUS( string, expr ) \ argument
183 mbedtls_test_record_status( ( expr ), string, __FILE__, __LINE__, #expr )
A Dpsa_helpers.h34 #define PSA_ASSERT( expr ) TEST_EQUAL( ( expr ), PSA_SUCCESS ) argument
/mbedtls-development/tests/scripts/
A Dtest_psa_constant_names.py73 def normalize(expr: str) -> str:
78 return re.sub(NORMALIZE_STRIP_RE, '', expr)
121 for expr, value, output in zip(expressions, values, outputs):
124 if normalize(expr) != normalize(output):
126 expression=expr,
A Dgenerate_psa_tests.py79 for expr in expressions:
80 used.update(re.findall(r'PSA_(?:ALG|ECC_FAMILY|KEY_TYPE)_\w+', expr))
/mbedtls-development/tests/src/
A Dpsa_crypto_helpers.c103 const char *expr ) in mbedtls_test_record_status() argument
112 fprintf( log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr ); in mbedtls_test_record_status()
/mbedtls-development/scripts/mbedtls_dev/
A Dc_build_helper.py60 for expr in expressions:
62 .format(printf_format, cast_to, expr))
A Dmacro_collector.py484 def generate_undeclared_names(self, expr: str) -> Iterable[str]:
485 for name in re.findall(self._macro_identifier_re, expr):
/mbedtls-development/programs/psa/
A Dkey_ladder_demo.c82 #define SYS_CHECK( expr ) \ argument
85 if( ! ( expr ) ) \
87 perror( #expr ); \
95 #define PSA_CHECK( expr ) \ argument
98 status = ( expr ); \
104 #expr ); \
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function72 * Run the code \p expr. If this returns \p expected_status,
81 #define PSA_ASSERT_VIA_DRIVER( expr, expected_status ) \
83 psa_status_t PSA_ASSERT_VIA_DRIVER_status = ( expr ); \
88 mbedtls_test_fail( #expr, __LINE__, __FILE__ ); \
654 #define SMOKE_ASSERT( expr ) \
655 TEST_ASSERT( is_status_smoke_free( expr ) )

Completed in 10 milliseconds