RTEMS 6.1-rc7
Loading...
Searching...
No Matches
stm32h7xx_hal_cryp_ex.h
Go to the documentation of this file.
1
19/* Define to prevent recursive inclusion -------------------------------------*/
20#ifndef STM32H7xx_HAL_CRYP_EX_H
21#define STM32H7xx_HAL_CRYP_EX_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Includes ------------------------------------------------------------------*/
28#include "stm32h7xx_hal_def.h"
29
33#if defined (CRYP)
38/* Exported types ------------------------------------------------------------*/
39/* Exported constants --------------------------------------------------------*/
40
41/* Private types -------------------------------------------------------------*/
51/* Private variables ---------------------------------------------------------*/
61/* Private constants ---------------------------------------------------------*/
71/* Private macros ------------------------------------------------------------*/
81/* Private functions ---------------------------------------------------------*/
91/* Exported functions --------------------------------------------------------*/
100HAL_StatusTypeDef HAL_CRYPEx_AESGCM_GenerateAuthTAG(CRYP_HandleTypeDef *hcryp, uint32_t *AuthTag, uint32_t Timeout);
101HAL_StatusTypeDef HAL_CRYPEx_AESCCM_GenerateAuthTAG(CRYP_HandleTypeDef *hcryp, uint32_t *AuthTag, uint32_t Timeout);
102
103
116#endif /* CRYP */
122#ifdef __cplusplus
123}
124#endif
125
126#endif /* STM32H7xx_HAL_CRYP_EX_H */
127
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32h7xx_hal_def.h:47