HAL
CRYP_AESCCM_Process() is only used within HAL.
 
Symbols
loading...
Files
loading...

CRYP_AESCCM_Process() function

AES CCM encryption/decryption processing in polling mode for TinyAES IP, no encrypt/decrypt performed, only authentication preparation.

Syntax

static HAL_StatusTypeDef CRYP_AESCCM_Process(CRYP_HandleTypeDef *hcryp,     uint32_t Timeout);
Implemented in stm32f4xx_hal_cryp.c:4342

Arguments

hcryp

pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module

Timeout

Timeout duration

Return value

HAL status

References

LocationReferrerText
stm32f4xx_hal_cryp.c:4342
static HAL_StatusTypeDef CRYP_AESCCM_Process(CRYP_HandleTypeDef *hcryp, uint32_t Timeout)
stm32f4xx_hal_cryp.c:361
static HAL_StatusTypeDef CRYP_AESCCM_Process(CRYP_HandleTypeDef *hcryp, uint32_t Timeout);
stm32f4xx_hal_cryp.c:1036HAL_CRYP_Encrypt()
status = CRYP_AESCCM_Process(hcryp, Timeout);
stm32f4xx_hal_cryp.c:1210HAL_CRYP_Decrypt()
status = CRYP_AESCCM_Process(hcryp, Timeout);

Call Tree

Functions calling CRYP_AESCCM_Process()
Functions called by CRYP_AESCCM_Process()
CRYP_AESCCM_Process()
Type of CRYP_AESCCM_Process()
CRYP_AESCCM_Process()
uint16_t
uint32_t
all items filtered out