STM32F4xx_HAL_Driver  1.8.3

AutoKeyDerivation functions. More...

+ Collaboration diagram for Key Derivation functions:

Functions

void HAL_CRYPEx_EnableAutoKeyDerivation (CRYP_HandleTypeDef *hcryp)
 AES enable key derivation functions. More...
 
void HAL_CRYPEx_DisableAutoKeyDerivation (CRYP_HandleTypeDef *hcryp)
 AES disable key derivation functions. More...
 

Detailed Description

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.

Function Documentation

◆ HAL_CRYPEx_DisableAutoKeyDerivation()

void HAL_CRYPEx_DisableAutoKeyDerivation ( CRYP_HandleTypeDef hcryp)

AES disable key derivation functions.

Parameters
hcryppointer to a CRYP_HandleTypeDef structure.
Return values
None

Definition at line 649 of file stm32f4xx_hal_cryp_ex.c.

◆ HAL_CRYPEx_EnableAutoKeyDerivation()

void HAL_CRYPEx_EnableAutoKeyDerivation ( CRYP_HandleTypeDef hcryp)

AES enable key derivation functions.

Parameters
hcryppointer to a CRYP_HandleTypeDef structure.
Return values
None

Definition at line 632 of file stm32f4xx_hal_cryp_ex.c.