Contains API for performing the symmetric Authentication between the Host and the device. More...
Functions | |
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. | |
Contains API for performing the symmetric Authentication between the Host and the device.
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.
[in] | slot | The slot number used for the symmetric authentication. |
[in] | master_key | The master key used for the calculating the symmetric key. |
[in] | rand_number | The 20 byte rand_number from the host. |