CC310 hardware driver
The CC310 hardware driver (hw_cc310) ensures correct initialization of the nrf_cc3xx_platform library.
It initializes the following elements of the library:
CC310 abort functions,
hardware mutex and mutex API,
platform with or without RNG.
You can initialize the hw_cc310 driver using the CONFIG_HW_CC3XX
Kconfig option.
API documentation
Source file:
drivers/hw_cc310/hw_cc310.c
After the hw_cc310 driver has been initialized, you can use the APIs from the nRF CC3XX platform library and the nrf_cc3xx_mbedcrypto library.