GBL ECDSA secp256r1 signature tag type.

Public Attributes#

Tag ID and length.

uint8_t

R-point of ECDSA secp256r1 signature.

uint8_t

S-point of ECDSA secp256r1 signature.

Public Attribute Documentation#

header#

GblTagHeader_t GblSignatureEcdsaP256_t::header

Tag ID and length.


Definition at line 278 of file platform/bootloader/parser/gbl/btl_gbl_format.h

r#

uint8_t GblSignatureEcdsaP256_t::r[32]

R-point of ECDSA secp256r1 signature.


Definition at line 279 of file platform/bootloader/parser/gbl/btl_gbl_format.h

s#

uint8_t GblSignatureEcdsaP256_t::s[32]

S-point of ECDSA secp256r1 signature.


Definition at line 280 of file platform/bootloader/parser/gbl/btl_gbl_format.h