nRF Connect SDK API 2.8.99
|
void identity_key_free | ( | uint8_t | key[(32)] | ) |
#include <include/identity_key.h>
Function to clear out an identity key after usage.
This function will clear out the memory of an identity key. This must be called after the identity key is used to ensure that it is not leaked in the system.
[in,out] | key | Key to clear out |