Command option bit field for mcuxClEls_EccSign_Async Bit field to configure mcuxClEls_EccSign_Async. More...
#include <mcuxClEls_Ecc.h>
Data Fields | |
struct { | |
uint32_t value | |
Access the bit field as a full word; initialize with a combination of constants from MCUXCLELS_ECC (Sign and Verify) option word values. More... | |
} | word |
Access mcuxClEls_EccSignOption_t word-wise. More... | |
struct { | |
uint32_t echashchl:1 | |
Define type of input, plain message or hash of message. More... | |
uint32_t signrtf:1 | |
Define if signing the Run-Time Fingerprint. More... | |
uint32_t __pad0__:2 | |
RFU. More... | |
uint32_t revf:1 | |
This field is managed internally. More... | |
uint32_t __pad1__:27 | |
RFU. More... | |
} | bits |
Access mcuxClEls_EccSignOption_t bit-wise. More... | |
Command option bit field for mcuxClEls_EccSign_Async Bit field to configure mcuxClEls_EccSign_Async.
See MCUXCLELS_ECC (Sign and Verify) option bit field values for possible options.
uint32_t mcuxClEls_EccSignOption_t::value |
Access the bit field as a full word; initialize with a combination of constants from MCUXCLELS_ECC (Sign and Verify) option word values.
struct { ... } mcuxClEls_EccSignOption_t::word |
Access mcuxClEls_EccSignOption_t word-wise.
uint32_t mcuxClEls_EccSignOption_t::echashchl |
Define type of input, plain message or hash of message.
uint32_t mcuxClEls_EccSignOption_t::signrtf |
Define if signing the Run-Time Fingerprint.
uint32_t mcuxClEls_EccSignOption_t::__pad0__ |
RFU.
uint32_t mcuxClEls_EccSignOption_t::revf |
This field is managed internally.
uint32_t mcuxClEls_EccSignOption_t::__pad1__ |
RFU.
struct { ... } mcuxClEls_EccSignOption_t::bits |
Access mcuxClEls_EccSignOption_t bit-wise.