Host side methods using software implementations. host-side, the one authenticating a client, of the authentication process. Crypto functions are performed using a software library. More...
Functions | |
ATCA_STATUS | atcacert_gen_challenge_sw (cal_buffer *challenge) |
Generate a random challenge to be sent to the client using a software PRNG.The function is currently not implemented. | |
ATCA_STATUS | atcacert_verify_response_sw (const cal_buffer *device_public_key, const cal_buffer *challenge, const cal_buffer *response) |
Verify a client's response to a challenge using software crypto functions.The function is currently not implemented. | |
Host side methods using software implementations. host-side, the one authenticating a client, of the authentication process. Crypto functions are performed using a software library.