From f93ac3be7c55cfcd4257949c0a7d0deb4c2bc716 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Mon, 4 Nov 2024 10:35:32 +0000 Subject: [PATCH] Edit documentation Signed-off-by: Elena Uziunaite --- scripts/mbedtls_framework/test_case.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/mbedtls_framework/test_case.py b/scripts/mbedtls_framework/test_case.py index d2de72754..47a5e4f7d 100644 --- a/scripts/mbedtls_framework/test_case.py +++ b/scripts/mbedtls_framework/test_case.py @@ -118,10 +118,11 @@ def write_data_file(filename: str, def psa_or_3_6_feature_macro(psa_name: str, domain_3_6: Domain36) -> str: - """Determine the dependency symbol for a given psa_alg based on + """Determine the dependency symbol for a given psa_name based on the domain and Mbed TLS version. For more information about the domains, and MBEDTLS_MD_CAN_ prefixed symbols, see transition-guards.md. - Currently works with hashes and PK symbols only. + This function currently works with hashes and some PK symbols only. + It accepts PSA_ALG_xxx or PSA_KEY_TYPE_xxx as inputs for psa_name. """ if domain_3_6 == Domain36.PSA or domain_3_6 == Domain36.TLS_1_3_ONLY or \