CryptoAuthLib
Microchip CryptoAuthentication Library
io_protection_key.h
Go to the documentation of this file.
1 
29 #ifndef IO_PROTECTION_H
30 #define IO_PROTECTION_H
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 #include "atca_status.h"
37 
38 extern ATCA_STATUS io_protection_get_key(uint8_t* io_key);
39 extern ATCA_STATUS io_protection_set_key(uint8_t* io_key);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif
46 
47 
48 
ATCA_STATUS io_protection_set_key(uint8_t *io_key)
ATCA_STATUS
Definition: atca_status.h:41
ATCA_STATUS io_protection_get_key(uint8_t *io_key)
Microchip Crypto Auth status codes.