_hmac_init Struct Reference

HMAC init Structure definition. More...

#include <gr55xx_hal_hmac.h>

Public Attributes

uint32_t mode
 
uint32_t * p_key
 
uint32_t * p_user_hash
 
uint32_t key_fetch_type
 
uint32_t dpa_mode
 

Detailed Description

HMAC init Structure definition.

Definition at line 102 of file gr55xx_hal_hmac.h.

Member Data Documentation

◆ dpa_mode

uint32_t _hmac_init::dpa_mode

DPA Mode

Definition at line 115 of file gr55xx_hal_hmac.h.

◆ key_fetch_type

uint32_t _hmac_init::key_fetch_type

HAL_HMAC_KEYTYPE_MCU Fetch key from ram; { Start_private HAL_HMAC_KEYTYPE_AHB Fetch key from AHB; } End_private HAL_HMAC_KEYTYPE_KRAM Fetch key from keyport

Definition at line 110 of file gr55xx_hal_hmac.h.

◆ mode

uint32_t _hmac_init::mode

Operating mode

Definition at line 104 of file gr55xx_hal_hmac.h.

◆ p_key

uint32_t* _hmac_init::p_key

Encryption/Decryption Key

Definition at line 106 of file gr55xx_hal_hmac.h.

◆ p_user_hash

uint32_t* _hmac_init::p_user_hash

Initialization HASH value

Definition at line 108 of file gr55xx_hal_hmac.h.


The documentation for this struct was generated from the following file: