CryptoAuthLib v3.7.6
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
atca_verify_in_out Struct Reference

Input/output parameters for function atcah_verify(). More...

#include <lib/host/atca_host.h>

Data Fields

uint16_t curve_type
 [in] Curve type used in Verify command (Param2).
 
const uint8_t * signature
 [in] Pointer to ECDSA signature to be verified
 
const uint8_t * public_key
 [in] Pointer to the public key to be used for verification
 
struct atca_temp_keytemp_key
 [in,out] Pointer to TempKey structure.
 

Detailed Description

Input/output parameters for function atcah_verify().