Home
last modified time | relevance | path

Searched refs:difflength (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cryp_ex.c91 static void CRYP_Padding(CRYP_HandleTypeDef *hcryp, uint32_t difflength, uint32_t polling);
457 uint32_t difflength = 0; in HAL_CRYPEx_AES_Auth() local
627 difflength = (uint32_t) (hcryp->Init.HeaderSize - headerlength); in HAL_CRYPEx_AES_Auth()
676 if (difflength != 0U) in HAL_CRYPEx_AES_Auth()
679 CRYP_Padding(hcryp, difflength, CRYP_POLLING_ON); in HAL_CRYPEx_AES_Auth()
707 difflength = (uint32_t) (Size - payloadlength); in HAL_CRYPEx_AES_Auth()
794 CRYP_Padding(hcryp, difflength, CRYP_POLLING_ON); in HAL_CRYPEx_AES_Auth()
967 uint32_t difflength = 0; in HAL_CRYPEx_AES_Auth_IT() local
1123 difflength = (uint32_t) (hcryp->Init.HeaderSize); in HAL_CRYPEx_AES_Auth_IT()
1124 difflengthmod4 = difflength%4U; in HAL_CRYPEx_AES_Auth_IT()
[all …]