![]() |
nrfxlib API 3.3.99
|
| int nrf_cc3xx_platform_hmac_drbg_init | ( | nrf_cc3xx_platform_hmac_drbg_context_t *const | context, |
| const uint8_t * | pers_string, | ||
| size_t | pers_string_len ) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_hmac_drbg.h>
Function that initializes an hmac_drbg context.
| [in,out] | context | Pointer to structure holding the hmac_drbg context which must be used for subsequent calls to generate random data. |
| [in] | pers_string | Personalization string used for the HMAC_DRBG_Instantiate_algorithm. |
| [in] | pers_string_len | Length of the personalization string in bytes, which may be zero. |