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

CRYP_TDES_IT() function

CRYP block input/output data handling under interruption with DES/TDES standard.

Syntax

static void CRYP_TDES_IT(CRYP_HandleTypeDef *hcryp);
Implemented in stm32f4xx_hal_cryp.c:2304

Arguments

hcryp

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

Return value

none

Notes

The function is called under interruption only, once interruptions have been enabled by CRYP_Decrypt_IT() and CRYP_Encrypt_IT().