It seems to me the only reference for bare metal on CAAM crypto accelerator is u-boot, which contain hash (sha1 and sha256) and rsa, but there is no support for symmetric operation like AES. Where could I find such example code?
the Kernel does have all stuff, but it has a far more complicated code base than u-boot, and it is not meant for bare-metal environment.