This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CC312 support on nRF5340

I would like to know if Nordic has implemented software support for CryptoCell-312 (nRF5340) in the latest master branch?

Right now I am able to use mbedTLS "frontend", e.g. cipher_block_op(), but I am not sure about the "backend". It looks like that the backend for AES-128 is still software implementation.

To give you a bit of context, I need to perform a lot of AES-128 encryption/decryption and I would like to be as fast as possible for this task. I worked with nRF52840, where the CC310 was working fine, and now I would like to check on nRF5340.

Related