Specifies the data structure for ECDSA signature. More...
#include <optiga_lib_common.h>
Public Attributes | |
const uint8_t * | p_digest |
Digest buffer pointer. More... | |
uint8_t * | p_signature |
Signature buffer pointer. More... | |
uint16_t * | p_signature_length |
Signature length. More... | |
optiga_key_id_t | private_key_oid |
OID of the Private Key (either Key store or Session based). Refer optiga_key_id_t for possible values. More... | |
uint8_t | digest_length |
Digest data length. More... | |
Specifies the data structure for ECDSA signature.
uint8_t optiga_calc_sign::digest_length |
Digest data length.
const uint8_t* optiga_calc_sign::p_digest |
Digest buffer pointer.
uint8_t* optiga_calc_sign::p_signature |
Signature buffer pointer.
uint16_t* optiga_calc_sign::p_signature_length |
Signature length.
optiga_key_id_t optiga_calc_sign::private_key_oid |
OID of the Private Key (either Key store or Session based). Refer optiga_key_id_t for possible values.