CryptoAuthLib
Atmel CryptoAuthentication Library
cryptoauthlib.h
Go to the documentation of this file.
1 
42 #ifndef _ATCA_LIB_H
43 #define _ATCA_LIB_H
44 
45 #include <stddef.h>
46 #include <string.h>
47 
48 #include "hal/atca_hal.h"
49 #include "atca_status.h"
50 #include "atca_device.h"
51 #include "atca_command.h"
52 #include "atca_cfgs.h"
53 #include "basic/atca_basic.h"
54 #include "basic/atca_helpers.h"
55 
56 #define BREAK(status, message) break
57 #define DBGOUT(message) break
58 #define PRINT(message) break
59 
60 #endif
Helpers to support the CryptoAuthLib Basic API methods.
Atmel Crypto Auth device command object - this is a command builder only, it does not send the comman...
a set of default configurations for various ATCA devices and interfaces
CryptoAuthLib Basic API methods - a simple crypto authentication api. These methods manage a global A...
Atmel Crypto Auth status codes.
Atmel Crypto Auth device object.
low-level HAL - methods used to setup indirection to physical layer interface