mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Generate test wrappers
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -163,6 +163,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,
|
||||
|
Reference in New Issue
Block a user