For the nRF51822, the documentation for ECB mentions it being used to
Encrypt/decrypt 16-byte data using current key.
But it doesn't offer any methods to decrypt, and a couple of other forums posts indicate that it only performs the forward AES transform, and there is no facility to decrypt. Just wanted to double check to make sure I'm not doing things the difficult way if I need AES decryption for my application level functionality.
devzone.nordicsemi.com/.../group__nrf__ecb.html
Thanks, Eric