Input/output parameters for function atcah_verify().
#include <atca_host.h>
Data Fields | |
uint16_t | curve_type |
[in] Curve type used in Verify command (Param2). More... | |
const uint8_t * | public_key |
[in] Pointer to the public key to be used for verification More... | |
const uint8_t * | signature |
[in] Pointer to ECDSA signature to be verified More... | |
struct atca_temp_key * | temp_key |
[in,out] Pointer to TempKey structure. More... | |