Also, one quick note. At the moment, we don't recommend defining STM32_HASH when using CyaSSL for SSL/TLS. Because of restrictions of the Standard Peripheral library and how its hash API is designed, the CyaSSL STM32 hardware hash integration will only correctly work on a single context at a time. An SSL connection uses several hash contexts simultaneously.
Best Regards,
Chris
Hello Chris,
Thank you for your response.
Is it the same for STM32F2_CRYPTO?
Can I simply implement a mutex for Hash access in std lib or it is more complicated?
For the inter-card communication I tried PSK with success. I will check with benchmark.c.
Kind regards,
Pierre