|
STM32F479xx HAL User Manual
|
Header file of CRYP HAL Extension module. More...
#include "stm32f4xx_hal_def.h"Go to the source code of this file.
Functions | |
| HAL_StatusTypeDef | HAL_CRYPEx_AESGCM_GenerateAuthTAG (CRYP_HandleTypeDef *hcryp, uint32_t *AuthTag, uint32_t Timeout) |
| generate the GCM authentication TAG. | |
| HAL_StatusTypeDef | HAL_CRYPEx_AESCCM_GenerateAuthTAG (CRYP_HandleTypeDef *hcryp, uint32_t *AuthTag, uint32_t Timeout) |
| AES CCM Authentication TAG generation. | |
Header file of CRYP HAL Extension module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f4xx_hal_cryp_ex.h.
1.7.6.1