takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

SecurityEntrySigning_t Struct Reference

SecurityEntrySigning_t Struct Reference

CSRK and sign counter used to verify messages. More...

#include <SecurityDb.h>

Data Fields

csrk_t csrk
 Signing key.
sign_count_t counter
 counter used to verify message to guard from replay attacks

Detailed Description

CSRK and sign counter used to verify messages.

Definition at line 84 of file SecurityDb.h.


Field Documentation

counter used to verify message to guard from replay attacks

Definition at line 89 of file SecurityDb.h.

csrk_t csrk

Signing key.

Definition at line 85 of file SecurityDb.h.