Part Number: CC2340R5
Hi,
I spent a few hours to change my encryption setup to AES CBC, only to find that the decryption is not implemented as described in the documentation(!).
In particular, AESCBC_oneStepDecrypt() simply returns AESCBC_STATUS_FEATURE_NOT_SUPPORTED.
Why is it documented with examples and all, if it is not implemented?
I also checked AES ECB, which could be a fallback for me, but this time I checked the Decrypt function before doing any coding, and it is the same with it; not implemented.
What is the workaround?
Micael