CryptoAuthLib v3.7.7
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
atcacert_host_sw.h File Reference

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...

#include <stddef.h>
#include <stdint.h>
#include "atcacert_def.h"

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.
 

Detailed Description

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.