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

nrf_cc310 and ARM TrustZone CryptoCell in interrupt mode

Does the nrf_cc310 support interrupt operation? I want to start the calculation of a hash/asymmetric signature but don't want that the CPU busy-waits until the calculation is complete? I cannot find an example for that in /examples/crypto/nrf_cc310/.

Parents Reply Children
  • Hi,

    There is no list of performance numbers that I am aware of. However, you can use the following numbers as a reference. WITH AEAD CCM 128, message_len=16 ad_len=250 mac_len=8 nonce_len=13', we got an execution time of 0.1389 ms using CC310 and 0.6879 ms using embed TLS (SW). So, in this case, CC310 was about 5 times faster. This test has some overhead though, and it typically also depends on toolchain etc. I suggest you take an example from the SDK and adapt it to get more accurate numbers for your specific use case if you need it.

Related