mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
tests: psasim: remove references to mbedtls_psa_register_se_key()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@@ -29,7 +29,6 @@ my @skip_functions = (
|
||||
'mbedtls_psa_get_stats', # uses unsupported type
|
||||
'mbedtls_psa_inject_entropy', # not in the default config, generally not for client use anyway
|
||||
'mbedtls_psa_platform_get_builtin_key', # not in the default config, uses unsupported type
|
||||
'mbedtls_psa_register_se_key', # not in the default config, generally not for client use anyway
|
||||
'psa_get_key_slot_number', # not in the default config, uses unsupported type
|
||||
'psa_key_derivation_verify_bytes', # not implemented yet
|
||||
'psa_key_derivation_verify_key', # not implemented yet
|
||||
|
||||
Reference in New Issue
Block a user