Gilles Peskine 15d32bb60f C function wrapper generator
The Base class generates trivial wrappers that just call the underlying
function. It is meant as a base class to construct useful wrapper generators.

The Logging class generates wrappers that can log the inputs and outputs to
a function.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-01-04 14:39:40 +01:00
..
__init__.py Documentation typo 2022-10-14 15:34:06 +02:00
asymmetric_key_data.py Update headers 2023-11-03 12:04:52 +00:00
build_tree.py Update headers 2023-11-03 12:04:52 +00:00
c_build_helper.py Update headers 2023-11-03 12:04:52 +00:00
c_parsing_helper.py Python module to parse function declarations from a header file 2024-01-04 14:39:34 +01:00
c_wrapper_generator.py C function wrapper generator 2024-01-04 14:39:40 +01:00
crypto_data_tests.py Update new license headers 2023-11-13 11:45:12 +00:00
crypto_knowledge.py Update headers 2023-11-03 12:04:52 +00:00
macro_collector.py Update headers 2023-11-03 12:04:52 +00:00
psa_information.py Update new license headers 2023-11-13 11:45:12 +00:00
psa_storage.py Update headers 2023-11-03 12:04:52 +00:00
test_case.py Update headers 2023-11-03 12:04:52 +00:00
test_data_generation.py Update headers 2023-11-03 12:04:52 +00:00
typing_util.py Update headers 2023-11-03 12:04:52 +00:00