Hi,
I fiddled around with examples using the PSA API to compute a MAC by AES-128 CMAC. That worked out fine. I can import a key, use it to compute the mac over a message and verify it in my example. The MAC created is 16 bytes long. Now I looked around how to handle a truncated MAC of 5 byte, but found no hints in the PSA API, how to handle them.
Can anyone point me into the right direction?
Thank's allot
Stephan