UM1940
Return values
HAL_CRYP_DESCBC_Decrypt_IT
Function name
Function description
Parameters
Return values
HAL_CRYP_DESECB_Encrypt_DMA
Function name
Function description
Parameters
Return values
HAL_CRYP_DESECB_Decrypt_DMA
Function name
Function description
Parameters
Return values
HAL_CRYP_DESCBC_Encrypt_DMA
Function name
HAL: status
HAL_StatusTypeDef HAL_CRYP_DESCBC_Decrypt_IT
(CRYP_HandleTypeDef * hcryp, uint8_t * pCypherData,
uint16_t Size, uint8_t * pPlainData)
Initializes the CRYP peripheral in DES ECB decryption 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 8
pCypherData: Pointer to the cyphertext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_DESECB_Encrypt_DMA
(CRYP_HandleTypeDef * hcryp, uint8_t * pPlainData, uint16_t
Size, uint8_t * pCypherData)
Initializes the CRYP peripheral in DES ECB encryption mode
using DMA.
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 8
pCypherData: Pointer to the cyphertext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_DESECB_Decrypt_DMA
(CRYP_HandleTypeDef * hcryp, uint8_t * pCypherData,
uint16_t Size, uint8_t * pPlainData)
Initializes the CRYP peripheral in DES ECB decryption mode
using DMA.
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 8
pCypherData: Pointer to the cyphertext buffer
HAL: status
HAL_StatusTypeDef HAL_CRYP_DESCBC_Encrypt_DMA
(CRYP_HandleTypeDef * hcryp, uint8_t * pPlainData, uint16_t
Size, uint8_t * pCypherData)
DocID028236 Rev 2
HAL CRYP Generic Driver
149/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?