hhash: pointer to a HASH_HandleTypeDef structure that
contains the configuration information for HASH module
HAL_HASH_MspInit
void HAL_HASH_MspInit (HASH_HandleTypeDef * hhash)
Initializes the HASH MSP.
hhash: pointer to a HASH_HandleTypeDef structure that
contains the configuration information for HASH module
HAL_HASH_MspDeInit
void HAL_HASH_MspDeInit (HASH_HandleTypeDef * hhash)
hhash: pointer to a HASH_HandleTypeDef structure that
contains the configuration information for HASH module
HAL_HASH_InCpltCallback
void HAL_HASH_InCpltCallback (HASH_HandleTypeDef *
hhash)
Input data transfer complete callback.
hhash: pointer to a HASH_HandleTypeDef structure that
contains the configuration information for HASH module
HAL_HASH_DgstCpltCallback
void HAL_HASH_DgstCpltCallback (HASH_HandleTypeDef *
hhash)
Digest computation complete callback.
hhash: pointer to a HASH_HandleTypeDef structure that
contains the configuration information for HASH module
This callback is not relevant with DMA.
HAL_HASH_ErrorCallback
void HAL_HASH_ErrorCallback (HASH_HandleTypeDef *
hhash)
Data transfer Error callback.