How can I call a secure service (like hash, cipher functions, ...) from non secure application via PSA API ?
Hello,I'm new to stm32 ecosystem and I'm trying to make in place secure boot and secure firmware update on stm32l5 discovery kit. After these two things, I would like to call secure services from non secure application via PSA API. I first get the s...