MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClEls_HmacOption_t Union Reference

Command option bit field for mcuxClEls_Hmac_Async. More...

#include <mcuxClEls_Hmac.h>

Data Fields

struct {
   uint32_t   value
 Accesses the bit field as a full word. More...
 
word
 Access mcuxClEls_CipherOption_t word-wise. More...
 
struct {
   uint32_t   __pad0__:13
 RFU. More...
 
   uint32_t   extkey:1
 Whether an external key should be used. More...
 
   uint32_t   __pad1__:18
 RFU. More...
 
bits
 Access mcuxClEls_CipherOption_t word-wise. More...
 

Detailed Description

Command option bit field for mcuxClEls_Hmac_Async.

Valid option values can be found under MCUXCLELS_HMAC_EXTERNAL_KEY_.

Field Documentation

◆ value

uint32_t mcuxClEls_HmacOption_t::value

Accesses the bit field as a full word.

◆ word

struct { ... } mcuxClEls_HmacOption_t::word

Access mcuxClEls_CipherOption_t word-wise.

◆ __pad0__

uint32_t mcuxClEls_HmacOption_t::__pad0__

RFU.

◆ extkey

uint32_t mcuxClEls_HmacOption_t::extkey

Whether an external key should be used.

◆ __pad1__

uint32_t mcuxClEls_HmacOption_t::__pad1__

RFU.

◆ bits

struct { ... } mcuxClEls_HmacOption_t::bits

Access mcuxClEls_CipherOption_t word-wise.