![]() |
nrfxlib API 3.3.99
|
| int nrf_cc3xx_platform_ctr_drbg_reseed | ( | nrf_cc3xx_platform_ctr_drbg_context_t *const | context, |
| const uint8_t * | additional, | ||
| size_t | add_len ) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_ctr_drbg.h>
Function to do a manual reseed of ctr_drbg (using TRNG)
| [in,out] | context | Pointer to a structure holding the ctr_drbg context. |
| [in] | additional | Optional additional input to use for CTR_DRBG_Reseed_function. |
| [in] | add_len | Length of the additional input, may be zero. |