MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClEls_EccVerifyOption_t Union Reference

Command option bit field for mcuxClEls_EccVerify_Async Bit field to configure mcuxClEls_EccVerifyOption_t. 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_EccVerifyOption_t word-wise. More...
 
struct {
   uint32_t   echashchl:1
 Define type of input, plain message or hash of message. More...
 
   uint32_t   __pad0__:3
 RFU. More...
 
   uint32_t   revf:1
 This field is managed internally. More...
 
   uint32_t   __pad1__:27
 RFU. More...
 
bits
 Access mcuxClEls_EccVerifyOption_t bit-wise. More...
 

Detailed Description

Field Documentation

◆ value

uint32_t mcuxClEls_EccVerifyOption_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.

◆ word

struct { ... } mcuxClEls_EccVerifyOption_t::word

Access mcuxClEls_EccVerifyOption_t word-wise.

◆ echashchl

uint32_t mcuxClEls_EccVerifyOption_t::echashchl

Define type of input, plain message or hash of message.

◆ __pad0__

uint32_t mcuxClEls_EccVerifyOption_t::__pad0__

RFU.

◆ revf

uint32_t mcuxClEls_EccVerifyOption_t::revf

This field is managed internally.

◆ __pad1__

uint32_t mcuxClEls_EccVerifyOption_t::__pad1__

RFU.

◆ bits

struct { ... } mcuxClEls_EccVerifyOption_t::bits

Access mcuxClEls_EccVerifyOption_t bit-wise.