Update tests/scripts/generate_psa_wrappers.py

Co-authored-by: David Horstmann <[email protected]>
Signed-off-by: Ryan Everett <[email protected]>
This commit is contained in:
Ryan Everett
2024-02-02 10:50:51 +00:00
committed by Ryan Everett
co-authored by David Horstmann
parent cb4f855456
commit c8b6c05014
+3 -3
View File
@@ -153,9 +153,9 @@ class PSAWrapperGenerator(c_wrapper_generator.Base):
# Proof-of-concept: just instrument one function for now
if function_name == 'psa_cipher_encrypt':
return True
if function_name in ('psa_import_key',
'psa_export_key',
'psa_export_public_key'):
if function_name in ('psa_import_key',
'psa_export_key',
'psa_export_public_key'):
return True
if function_name in ('psa_sign_message',
'psa_verify_message',