![]() |
nrfxlib API 3.3.99
|
| int nrf_cc3xx_platform_derived_key_set_info | ( | nrf_cc3xx_platform_derived_key_ctx_t * | ctx, |
| uint32_t | slot_id, | ||
| unsigned int | key_size, | ||
| uint8_t const * | label, | ||
| size_t | label_size ) |
#include <crypto/nrf_cc310_platform/include/nrf_cc3xx_platform_derived_key.h>
Function to set the key derivation information.
| [in,out] | ctx | Pointer to the derived key context. |
| [in] | slot_id | The slot id of the derivation key. |
| [in] | key_size | The key size of the derivation key. |
| [in] | label | Pointer to the derivation label. |
| [in] | label_size | Derivation label size. |