HAL + 0/12 examples
CodeScope will show references to CRYP_ConfigTypeDef::DataType from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCRYP_ConfigTypeDef::DataType

CRYP_ConfigTypeDef::DataType field

32-bit data, 16-bit data, 8-bit data or 1-bit string. This parameter can be a value of CRYP_Data_Type

Syntax

uint32_t DataType;

Examples

CRYP_ConfigTypeDef::DataType is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_cryp.h:51
uint32_t DataType; /*!< 32-bit data, 16-bit data, 8-bit data or 1-bit string.
stm32f4xx_hal_cryp.c:477HAL_CRYP_Init()
stm32f4xx_hal_cryp.c:580HAL_CRYP_SetConfig()
hcryp->Init.DataType = pConf->DataType;
stm32f4xx_hal_cryp.c:596HAL_CRYP_SetConfig()
stm32f4xx_hal_cryp.c:657HAL_CRYP_GetConfig()
pConf->DataType = hcryp->Init.DataType;
stm32f4xx_hal_cryp.c:4403CRYP_AESCCM_Process()
if (hcryp->Init.DataType == CRYP_DATATYPE_8B)
stm32f4xx_hal_cryp.c:4410CRYP_AESCCM_Process()
else if (hcryp->Init.DataType == CRYP_DATATYPE_16B)
stm32f4xx_hal_cryp.c:4417CRYP_AESCCM_Process()
else if (hcryp->Init.DataType == CRYP_DATATYPE_1B)
stm32f4xx_hal_cryp.c:4824CRYP_AESCCM_Process_IT()
if (hcryp->Init.DataType == CRYP_DATATYPE_8B)
stm32f4xx_hal_cryp.c:4831CRYP_AESCCM_Process_IT()
else if (hcryp->Init.DataType == CRYP_DATATYPE_16B)
stm32f4xx_hal_cryp.c:4838CRYP_AESCCM_Process_IT()
else if (hcryp->Init.DataType == CRYP_DATATYPE_1B)
stm32f4xx_hal_cryp.c:4985CRYP_AESCCM_Process_DMA()
if (hcryp->Init.DataType == CRYP_DATATYPE_8B)
stm32f4xx_hal_cryp.c:4992CRYP_AESCCM_Process_DMA()
else if (hcryp->Init.DataType == CRYP_DATATYPE_16B)
stm32f4xx_hal_cryp.c:4999CRYP_AESCCM_Process_DMA()
else if (hcryp->Init.DataType == CRYP_DATATYPE_1B)
stm32f4xx_hal_cryp.c:5732CRYP_GCMCCM_SetHeaderPhase()
tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)];
stm32f4xx_hal_cryp.c:6047CRYP_GCMCCM_SetHeaderPhase_DMA()
tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)];
stm32f4xx_hal_cryp.c:6353CRYP_GCMCCM_SetHeaderPhase_IT()
tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)];
stm32f4xx_hal_cryp_ex.c:188HAL_CRYPEx_AESGCM_GenerateAuthTAG()
if (hcryp->Init.DataType == CRYP_DATATYPE_1B)
stm32f4xx_hal_cryp_ex.c:195HAL_CRYPEx_AESGCM_GenerateAuthTAG()
else if (hcryp->Init.DataType == CRYP_DATATYPE_8B)
stm32f4xx_hal_cryp_ex.c:202HAL_CRYPEx_AESGCM_GenerateAuthTAG()
else if (hcryp->Init.DataType == CRYP_DATATYPE_16B)
stm32f4xx_hal_cryp_ex.c:209HAL_CRYPEx_AESGCM_GenerateAuthTAG()
else if (hcryp->Init.DataType == CRYP_DATATYPE_32B)
stm32f4xx_hal_cryp_ex.c:411HAL_CRYPEx_AESCCM_GenerateAuthTAG()
if (hcryp->Init.DataType == CRYP_DATATYPE_8B)
stm32f4xx_hal_cryp_ex.c:421HAL_CRYPEx_AESCCM_GenerateAuthTAG()
else if (hcryp->Init.DataType == CRYP_DATATYPE_16B)
stm32f4xx_hal_cryp_ex.c:431HAL_CRYPEx_AESCCM_GenerateAuthTAG()
else if (hcryp->Init.DataType == CRYP_DATATYPE_1B)

Data Use

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