Command option bit field for mcuxClEls_Cipher_Async. More...
#include <mcuxClEls_Cipher.h>
Data Fields | ||
struct { | ||
uint32_t value | ||
Accesses the bit field as a full word. More... | ||
} | word | |
Access mcuxClEls_CipherOption_t word-wise. | ||
struct { | ||
uint32_t :1 | ||
RFU. More... | ||
uint32_t dcrpt:1 | ||
Define operation mode. More... | ||
uint32_t cphmde:2 | ||
Define cipher mode. More... | ||
uint32_t cphsoe:1 | ||
Define whether the ELS internal cipher state should be extracted to external memory or kept internally. More... | ||
uint32_t cphsie:1 | ||
Define whether an external provided cipher state should be imported from external memory. More... | ||
uint32_t :7 | ||
RFU. More... | ||
uint32_t extkey:1 | ||
Define whether an external key from memory or ELS internal key should be used. More... | ||
uint32_t :18 | ||
RFU. More... | ||
} | bits | |
Access mcuxClEls_CipherOption_t bit-wise. | ||
Command option bit field for mcuxClEls_Cipher_Async.
Bit field to configure mcuxClEls_Cipher_Async. See MCUXCLELS_CIPHER_ for possible options.
uint32_t mcuxClEls_CipherOption_t::value |
Accesses the bit field as a full word.
struct { ... } mcuxClEls_CipherOption_t::word |
Access mcuxClEls_CipherOption_t word-wise.
uint32_t mcuxClEls_CipherOption_t::__pad0__ |
RFU.
uint32_t mcuxClEls_CipherOption_t::dcrpt |
Define operation mode.
uint32_t mcuxClEls_CipherOption_t::cphmde |
Define cipher mode.
uint32_t mcuxClEls_CipherOption_t::cphsoe |
Define whether the ELS internal cipher state should be extracted to external memory or kept internally.
uint32_t mcuxClEls_CipherOption_t::cphsie |
Define whether an external provided cipher state should be imported from external memory.
uint32_t mcuxClEls_CipherOption_t::__pad1__ |
RFU.
uint32_t mcuxClEls_CipherOption_t::extkey |
Define whether an external key from memory or ELS internal key should be used.
uint32_t mcuxClEls_CipherOption_t::__pad2__ |
RFU.
struct { ... } mcuxClEls_CipherOption_t::bits |
Access mcuxClEls_CipherOption_t bit-wise.