AutoKeyDerivation functions.
More...
AutoKeyDerivation functions.
==============================================================================
##### Key Derivation functions #####
==============================================================================
[..] This section provides functions allowing to Enable or Disable the
the AutoKeyDerivation parameter in CRYP_HandleTypeDef structure
These function are allowed only in TinyAES IP.
◆ HAL_CRYPEx_DisableAutoKeyDerivation()
AES disable key derivation functions.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure. |
- Return values
-
Definition at line 649 of file stm32f4xx_hal_cryp_ex.c.
◆ HAL_CRYPEx_EnableAutoKeyDerivation()
AES enable key derivation functions.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure. |
- Return values
-
Definition at line 632 of file stm32f4xx_hal_cryp_ex.c.