Support test_suite_psa_crypto_metadata functions for new algorithm categories

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-02-09 18:04:13 +01:00
parent 567f89ade9
commit 4484c52f9a
@@ -417,6 +417,9 @@ enumerate
'asymmetric_signature_wildcard': [self.algorithms],
'asymmetric_encryption_algorithm': [],
'pake_algorithm': [self.pake_algorithms],
'key_wrap_algorithm': [],
'key_encapsulation_algorithm': [],
'xof_algorithm': [],
'other_algorithm': [],
'lifetime': [self.lifetimes],
} #type: Dict[str, List[Set[str]]]