Home
last modified time | relevance | path

Searched refs:Size_saved (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_cryp.h186 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_cryp.h186 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cryp.h186 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_hash.h159 uint32_t Size_saved; /*!< Saved size of buffer to be processed */ member
Dstm32wbaxx_hal_cryp.h209 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_cryp.h186 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_cryp.h186 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_cryp.h185 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_hash.h159 uint32_t Size_saved; /*!< Saved size of buffer to be processed */ member
Dstm32h7rsxx_hal_cryp.h214 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_hash.h159 uint32_t Size_saved; /*!< Saved size of buffer to be processed */ member
Dstm32n6xx_hal_cryp.h215 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hash.h159 uint32_t Size_saved; /*!< Saved size of buffer to be processed */ member
Dstm32h5xx_hal_cryp.h209 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cryp.h209 uint16_t Size_saved; /*!< copy of input buffer size */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hash.c651 hhash->Size_saved = hhash->Size; in HAL_HASH_Suspend()
706 hhash->Size = hhash->Size_saved; in HAL_HASH_Resume()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hash.c651 hhash->Size_saved = hhash->Size; in HAL_HASH_Suspend()
706 hhash->Size = hhash->Size_saved; in HAL_HASH_Resume()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hash.c655 hhash->Size_saved = hhash->Size; in HAL_HASH_Suspend()
710 hhash->Size = hhash->Size_saved; in HAL_HASH_Resume()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hash.c651 hhash->Size_saved = hhash->Size; in HAL_HASH_Suspend()
706 hhash->Size = hhash->Size_saved; in HAL_HASH_Resume()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c983 hcryp->Size_saved = ((hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? \ in HAL_CRYP_Suspend()
1075 if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
1083 if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c985 hcryp->Size_saved = ((hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? \ in HAL_CRYP_Suspend()
1077 if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
1085 if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c983 hcryp->Size_saved = ((hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? \ in HAL_CRYP_Suspend()
1075 if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
1083 if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c983 hcryp->Size_saved = ((hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? \ in HAL_CRYP_Suspend()
1075 if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
1083 if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c983 hcryp->Size_saved = ((hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? \ in HAL_CRYP_Suspend()
1075 if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
1083 if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, \ in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c979 …hcryp->Size_saved = ( (hcryp->Init.DataWidthUnit == CRYP_DATAWIDTHUNIT_WORD) ? (hcryp… in HAL_CRYP_Suspend()
1070 …if (HAL_CRYP_Encrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, hcryp->pCrypOutBuff… in HAL_CRYP_Resume()
1077 …if (HAL_CRYP_Decrypt_IT(hcryp, hcryp->pCrypInBuffPtr_saved, hcryp->Size_saved, hcryp->pCrypOutBuff… in HAL_CRYP_Resume()

12