CryptoAuthLib
Microchip CryptoAuthentication Library
symmetric_authentication.h
Go to the documentation of this file.
1 
29 #ifndef SYMMETRIC_AUTHENTICATION_H_
30 #define SYMMETRIC_AUTHENTICATION_H_
31 
32 #include "cryptoauthlib.h"
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
38 ATCA_STATUS symmetric_authenticate(uint8_t slot, const uint8_t *master_key, const uint8_t *rand_number);
39 
40 
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 
47 #endif /* SYMMETRIC_AUTHENTICATION_H_ */
ATCA_STATUS
Definition: atca_status.h:41
ATCA_STATUS symmetric_authenticate(uint8_t slot, const uint8_t *master_key, const uint8_t *rand_number)
Function which does the authentication between the host and device.
Definition: symmetric_authentication.c:43
Single aggregation point for all CryptoAuthLib header files.