Gilles Peskine d022093ea6 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-15 19:03:08 +01:00
..
__init__.py Documentation typo 2022-09-29 18:48:41 +02:00
asymmetric_key_data.py update headers 2023-11-02 19:47:20 +00:00
bignum_common.py update headers 2023-11-02 19:47:20 +00:00
bignum_core.py update headers 2023-11-02 19:47:20 +00:00
bignum_data.py update headers 2023-11-02 19:47:20 +00:00
bignum_mod_raw.py update headers 2023-11-02 19:47:20 +00:00
bignum_mod.py update headers 2023-11-02 19:47:20 +00:00
build_tree.py update headers 2023-11-02 19:47:20 +00:00
c_build_helper.py update headers 2023-11-02 19:47:20 +00:00
c_parsing_helper.py Python module to parse function declarations from a header file 2024-01-15 19:03:08 +01:00
c_wrapper_generator.py C function wrapper generator 2024-01-15 19:03:08 +01:00
crypto_data_tests.py update headers 2023-11-02 19:47:20 +00:00
crypto_knowledge.py update headers 2023-11-02 19:47:20 +00:00
ecp.py update headers 2023-11-02 19:47:20 +00:00
logging_util.py update headers 2023-11-02 19:47:20 +00:00
macro_collector.py update headers 2023-11-02 19:47:20 +00:00
psa_information.py Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only 2023-11-23 10:31:26 +08:00
psa_storage.py update headers 2023-11-02 19:47:20 +00:00
test_case.py update headers 2023-11-02 19:47:20 +00:00
test_data_generation.py update headers 2023-11-02 19:47:20 +00:00
typing_util.py update headers 2023-11-02 19:47:20 +00:00