Command option bit field for #mcuxClEls_EccKeyGen_Async Bit field to configure mcuxClEls_EccKeyGenOption_t. More...
#include <mcuxClEls_Ecc.h>
Data Fields | |
| struct { | |
| uint32_t value | |
| Accesses the bit field as a full word; initialize with a combination of constants from MCUXCLELS_KEYGEN option word values. More... | |
| } | word |
| Access mcuxClEls_EccKeyGenOption_t word-wise. More... | |
| struct { | |
| uint32_t kgsign:1 | |
| Define if signing the output public key. More... | |
| uint32_t kgtypedh:1 | |
| Define the usage of the output key. More... | |
| uint32_t kgsrc:1 | |
| Define if the output key is deterministic or random. More... | |
| uint32_t skip_pbk:1 | |
| Define if generating a public key. More... | |
| uint32_t revf:1 | |
| This field is managed internally. More... | |
| uint32_t kgsign_rnd:1 | |
| Define if using user provided random data for the signature. More... | |
| uint32_t __pad0__:26 | |
| RFU. More... | |
| } | bits |
| Access mcuxClEls_EccKeyGenOption_t bit-wise. More... | |
Command option bit field for #mcuxClEls_EccKeyGen_Async Bit field to configure mcuxClEls_EccKeyGenOption_t.
See MCUXCLELS_KEYGEN option bit field values for possible options.
| uint32_t mcuxClEls_EccKeyGenOption_t::value |
Accesses the bit field as a full word; initialize with a combination of constants from MCUXCLELS_KEYGEN option word values.
| struct { ... } mcuxClEls_EccKeyGenOption_t::word |
Access mcuxClEls_EccKeyGenOption_t word-wise.
| uint32_t mcuxClEls_EccKeyGenOption_t::kgsign |
Define if signing the output public key.
| uint32_t mcuxClEls_EccKeyGenOption_t::kgtypedh |
Define the usage of the output key.
| uint32_t mcuxClEls_EccKeyGenOption_t::kgsrc |
Define if the output key is deterministic or random.
| uint32_t mcuxClEls_EccKeyGenOption_t::skip_pbk |
Define if generating a public key.
| uint32_t mcuxClEls_EccKeyGenOption_t::revf |
This field is managed internally.
| uint32_t mcuxClEls_EccKeyGenOption_t::kgsign_rnd |
Define if using user provided random data for the signature.
| uint32_t mcuxClEls_EccKeyGenOption_t::__pad0__ |
RFU.
| struct { ... } mcuxClEls_EccKeyGenOption_t::bits |