Module esp32s2::hmac

source ·
Expand description

HMAC (Hash-based Message Authentication Code) Accelerator

Modules

Version control register
One block message register.
The busy state of HMAC module
The matching result between key and purpose user configured
Hash result register %s
Invalidate digital signature result register
Invalidate JTAG result register
HMAC message end register
HMAC message continue register
HMAC one message control register
Software padding register
HMAC configuration completion register
HMAC key configuration register
HMAC parameter configuration register
HMAC read result completion register
HMAC start control register
Message register %s

Structs

Register block

Type Definitions

DATE (rw) register accessor: an alias for Reg<DATE_SPEC>
ONE_BLOCK (w) register accessor: an alias for Reg<ONE_BLOCK_SPEC>
QUERY_BUSY (r) register accessor: an alias for Reg<QUERY_BUSY_SPEC>
QUERY_ERROR (r) register accessor: an alias for Reg<QUERY_ERROR_SPEC>
RD_RESULT_ (r) register accessor: an alias for Reg<RD_RESULT__SPEC>
SET_INVALIDATE_DS (w) register accessor: an alias for Reg<SET_INVALIDATE_DS_SPEC>
SET_INVALIDATE_JTAG (w) register accessor: an alias for Reg<SET_INVALIDATE_JTAG_SPEC>
SET_MESSAGE_END (w) register accessor: an alias for Reg<SET_MESSAGE_END_SPEC>
SET_MESSAGE_ING (w) register accessor: an alias for Reg<SET_MESSAGE_ING_SPEC>
SET_MESSAGE_ONE (w) register accessor: an alias for Reg<SET_MESSAGE_ONE_SPEC>
SET_MESSAGE_PAD (w) register accessor: an alias for Reg<SET_MESSAGE_PAD_SPEC>
SET_PARA_FINISH (w) register accessor: an alias for Reg<SET_PARA_FINISH_SPEC>
SET_PARA_KEY (w) register accessor: an alias for Reg<SET_PARA_KEY_SPEC>
SET_PARA_PURPOSE (w) register accessor: an alias for Reg<SET_PARA_PURPOSE_SPEC>
SET_RESULT_FINISH (w) register accessor: an alias for Reg<SET_RESULT_FINISH_SPEC>
SET_START (w) register accessor: an alias for Reg<SET_START_SPEC>
WR_MESSAGE_ (w) register accessor: an alias for Reg<WR_MESSAGE__SPEC>