HAL + 0/7 examples
CodeScope will show references to CRYP_ConfigTypeDef::pInitVect from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
CRYP
STM324x9I_EVAL
Examples
CRYP
STM324xG_EVAL
Examples
CRYP
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCRYP_ConfigTypeDef::pInitVect

CRYP_ConfigTypeDef::pInitVect field

The initialization vector used also as initialization counter in CTR mode

Syntax

uint32_t *pInitVect;

Examples

CRYP_ConfigTypeDef::pInitVect is referenced by 7 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_cryp.h:56
uint32_t *pInitVect; /*!< The initialization vector used also as initialization
stm32f4xx_hal_cryp.c:584HAL_CRYP_SetConfig()
hcryp->Init.pInitVect = pConf->pInitVect;
stm32f4xx_hal_cryp.c:661HAL_CRYP_GetConfig()
pConf->pInitVect = hcryp->Init.pInitVect;
stm32f4xx_hal_cryp.c:1004HAL_CRYP_Encrypt()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1005HAL_CRYP_Encrypt()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:1178HAL_CRYP_Decrypt()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1179HAL_CRYP_Decrypt()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:1349HAL_CRYP_Encrypt_IT()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1350HAL_CRYP_Encrypt_IT()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:1513HAL_CRYP_Decrypt_IT()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1514HAL_CRYP_Decrypt_IT()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:1681HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1682HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:1725HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1726HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1U);
stm32f4xx_hal_cryp.c:1727HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2U);
stm32f4xx_hal_cryp.c:1728HAL_CRYP_Encrypt_DMA()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3U);
stm32f4xx_hal_cryp.c:1913HAL_CRYP_Decrypt_DMA()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:1914HAL_CRYP_Decrypt_DMA()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:2438CRYP_AES_Encrypt()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:2439CRYP_AES_Encrypt()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:2440CRYP_AES_Encrypt()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:2441CRYP_AES_Encrypt()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:2515CRYP_AES_Encrypt_IT()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:2516CRYP_AES_Encrypt_IT()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:2517CRYP_AES_Encrypt_IT()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:2518CRYP_AES_Encrypt_IT()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:2689CRYP_AES_Decrypt()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:2690CRYP_AES_Decrypt()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:2691CRYP_AES_Decrypt()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:2692CRYP_AES_Decrypt()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:2853CRYP_AES_Decrypt_IT()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:2854CRYP_AES_Decrypt_IT()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:2855CRYP_AES_Decrypt_IT()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:2856CRYP_AES_Decrypt_IT()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:3038CRYP_AES_Decrypt_DMA()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:3039CRYP_AES_Decrypt_DMA()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:3040CRYP_AES_Decrypt_DMA()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:3041CRYP_AES_Decrypt_DMA()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:3727CRYP_AESGCM_Process()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:3728CRYP_AESGCM_Process()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:3729CRYP_AESGCM_Process()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:3730CRYP_AESGCM_Process()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:3928CRYP_AESGCM_Process_IT()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:3929CRYP_AESGCM_Process_IT()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:3930CRYP_AESGCM_Process_IT()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:3931CRYP_AESGCM_Process_IT()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);
stm32f4xx_hal_cryp.c:4205CRYP_AESGCM_Process_DMA()
hcryp->Instance->IV0LR = *(uint32_t *)(hcryp->Init.pInitVect);
stm32f4xx_hal_cryp.c:4206CRYP_AESGCM_Process_DMA()
hcryp->Instance->IV0RR = *(uint32_t *)(hcryp->Init.pInitVect + 1);
stm32f4xx_hal_cryp.c:4207CRYP_AESGCM_Process_DMA()
hcryp->Instance->IV1LR = *(uint32_t *)(hcryp->Init.pInitVect + 2);
stm32f4xx_hal_cryp.c:4208CRYP_AESGCM_Process_DMA()
hcryp->Instance->IV1RR = *(uint32_t *)(hcryp->Init.pInitVect + 3);

Data Use

Type of CRYP_ConfigTypeDef::pInitVect
CRYP_ConfigTypeDef::pInitVect
uint32_t
all items filtered out