Generate test wrappers

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-02-15 14:18:02 +00:00
parent 9da359fc65
commit db5d607cb1
2 changed files with 17 additions and 0 deletions

View File

@@ -171,6 +171,9 @@ class PSAWrapperGenerator(c_wrapper_generator.Base):
'psa_hash_compute',
'psa_hash_compare'):
return True
if function_name in ('psa_key_derivation_key_agreement',
'psa_raw_key_agreement'):
return True
return False
def _write_function_call(self, out: typing_util.Writable,