Structure defining HMAC configuration.
This structure defines the HMAC configuration required for the operation, which includes the type of operation, input message, length of the input message, key configuration structure, and so on.
Public Attributes#
HMAC Mode.
const uint8_t *
Pointer to the input message.
uint32_t
Length of the message.
Key configuration.