Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hardware_unique_key.h
Go to the documentation of this file.
1
10#ifndef INFUSE_SDK_INCLUDE_INFUSE_CRYPTO_HARDWARE_UNIQUE_KEY_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_CRYPTO_HARDWARE_UNIQUE_KEY_H_
12
13#include <stdint.h>
14#include <psa/crypto.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
33
39psa_key_id_t hardware_unique_key_id(void);
40
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* INFUSE_SDK_INCLUDE_INFUSE_CRYPTO_HARDWARE_UNIQUE_KEY_H_ */
psa_key_id_t hardware_unique_key_id(void)
Get Hardware Unique Key ID.
int hardware_unique_key_init(void)
Initialise Hardware Unique Key.