Hal_Cryp_Aesctr_Encrypt_It; Hal_Cryp_Aesecb_Decrypt_It; Hal_Cryp_Aesctr_Decrypt_It; Hal_Cryp_Aescbc_Decrypt_It - ST STM32F2 User Manual

Description of stm32f2 hal and low layer drivers
Hide thumbs Also See for STM32F2:
Table of Contents

Advertisement

HAL CRYP Generic Driver

HAL_CRYP_AESCTR_Encrypt_IT

Function name
Function description
Parameters
Return values

HAL_CRYP_AESECB_Decrypt_IT

Function name
Function description
Parameters
Return values

HAL_CRYP_AESCTR_Decrypt_IT

Function name
Function description
Parameters
Return values

HAL_CRYP_AESCBC_Decrypt_IT

Function name
Function description
144/1371
HAL_StatusTypeDef HAL_CRYP_AESCTR_Encrypt_IT
(CRYP_HandleTypeDef * hcryp, uint8_t * pPlainData, uint16_t
Size, uint8_t * pCypherData)
Initializes the CRYP peripheral in AES CTR encryption mode using
Interrupt.
hcryp: pointer to a CRYP_HandleTypeDef structure that
contains the configuration information for CRYP module
pPlainData: Pointer to the plaintext buffer
Size: Length of the plaintext buffer, must be a multiple of 16
bytes
pCypherData: Pointer to the cyphertext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_AESECB_Decrypt_IT
(CRYP_HandleTypeDef * hcryp, uint8_t * pCypherData,
uint16_t Size, uint8_t * pPlainData)
Initializes the CRYP peripheral in AES ECB decryption mode using
Interrupt.
hcryp: pointer to a CRYP_HandleTypeDef structure that
contains the configuration information for CRYP module
pCypherData: Pointer to the cyphertext buffer
Size: Length of the plaintext buffer, must be a multiple of 16.
pPlainData: Pointer to the plaintext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_AESCTR_Decrypt_IT
(CRYP_HandleTypeDef * hcryp, uint8_t * pCypherData,
uint16_t Size, uint8_t * pPlainData)
Initializes the CRYP peripheral in AES CTR decryption mode using
Interrupt.
hcryp: pointer to a CRYP_HandleTypeDef structure that
contains the configuration information for CRYP module
pCypherData: Pointer to the cyphertext buffer
Size: Length of the plaintext buffer, must be a multiple of 16
pPlainData: Pointer to the plaintext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_AESCBC_Decrypt_IT
(CRYP_HandleTypeDef * hcryp, uint8_t * pCypherData,
uint16_t Size, uint8_t * pPlainData)
Initializes the CRYP peripheral in AES CBC decryption mode
DocID028236 Rev 2
UM1940

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F2 and is the answer not in the manual?

Questions and answers

Table of Contents

Save PDF