1'------------------------------------------------------------------------------- 2' Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. 3' 4' SPDX-License-Identifier: BSD-3-Clause 5' 6'------------------------------------------------------------------------------- 7 8@startuml 9 10node crypto_sp { 11 [its_frontend] -> [secure_storage_client] 12} 13 14node internal_trusted_store_sp { 15 [secure_storage_provider] -> [secure_flash_store] 16} 17 18[secure_storage_client] -> [secure_storage_provider] 19 20@enduml 21