STM32L486xx HAL User Manual
Functions
CRYP Private Functions
CRYP

Functions

static HAL_StatusTypeDef CRYP_SetInitVector (CRYP_HandleTypeDef *hcryp)
 Write the InitVector/InitCounter in IVRx registers.
static HAL_StatusTypeDef CRYP_SetKey (CRYP_HandleTypeDef *hcryp)
 Write the Key in KeyRx registers.
static HAL_StatusTypeDef CRYP_AES_IT (CRYP_HandleTypeDef *hcryp)
 Handle CRYP block input/output data handling under interruption.

Function Documentation

static HAL_StatusTypeDef CRYP_AES_IT ( CRYP_HandleTypeDef *  hcryp) [static]

Handle CRYP block input/output data handling under interruption.

Note:
The function is called under interruption only, once interruptions have been enabled by HAL_CRYPEx_AES_IT().
Parameters:
hcryp,:pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module.
Return values:
HALstatus

Definition at line 1604 of file stm32l4xx_hal_cryp.c.

References HAL_CRYPEx_ComputationCpltCallback().

Referenced by HAL_CRYP_IRQHandler().

static HAL_StatusTypeDef CRYP_SetInitVector ( CRYP_HandleTypeDef *  hcryp) [static]

Write the InitVector/InitCounter in IVRx registers.

Parameters:
hcryp,:pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
Return values:
None

Definition at line 1561 of file stm32l4xx_hal_cryp.c.

Referenced by HAL_CRYP_Init().

static HAL_StatusTypeDef CRYP_SetKey ( CRYP_HandleTypeDef *  hcryp) [static]

Write the Key in KeyRx registers.

Parameters:
hcryp,:pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
Return values:
None

Definition at line 1520 of file stm32l4xx_hal_cryp.c.

Referenced by HAL_CRYP_Init().