Module esp32s2::hmac

source ·
Expand description

HMAC (Hash-based Message Authentication Code) Accelerator

Modules

Structs

Type Aliases

  • DATE (rw) register accessor: Version control register
  • ONE_BLOCK (w) register accessor: One block message register.
  • QUERY_BUSY (r) register accessor: The busy state of HMAC module
  • QUERY_ERROR (r) register accessor: The matching result between key and purpose user configured
  • RD_RESULT_ (r) register accessor: Hash result register %s
  • SET_INVALIDATE_DS (w) register accessor: Invalidate digital signature result register
  • SET_INVALIDATE_JTAG (w) register accessor: Invalidate JTAG result register
  • SET_MESSAGE_END (w) register accessor: HMAC message end register
  • SET_MESSAGE_ING (w) register accessor: HMAC message continue register
  • SET_MESSAGE_ONE (w) register accessor: HMAC one message control register
  • SET_MESSAGE_PAD (w) register accessor: Software padding register
  • SET_PARA_FINISH (w) register accessor: HMAC configuration completion register
  • SET_PARA_KEY (w) register accessor: HMAC key configuration register
  • SET_PARA_PURPOSE (w) register accessor: HMAC parameter configuration register
  • SET_RESULT_FINISH (w) register accessor: HMAC read result completion register
  • SET_START (w) register accessor: HMAC start control register
  • WR_MESSAGE_ (w) register accessor: Message register %s