Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c2913 uint8_t *pval; in CRYP_AESGCM_Process() local
3134 pval = (uint8_t *)(hcryp->pCrypOutBuffPtr + (hcryp->CrypOutCount)); in CRYP_AESGCM_Process()
3143 *(pval) = (uint8_t)(temp[index]); in CRYP_AESGCM_Process()
3144 pval++; in CRYP_AESGCM_Process()
3145 *(pval) = (uint8_t)(temp[index] >> 8U); in CRYP_AESGCM_Process()
3146 pval++; in CRYP_AESGCM_Process()
3147 *(pval) = (uint8_t)(temp[index] >> 16U); in CRYP_AESGCM_Process()
3150 *(pval) = (uint8_t)(temp[index]); in CRYP_AESGCM_Process()
3151 pval++; in CRYP_AESGCM_Process()
3152 *(pval) = (uint8_t)(temp[index] >> 8U); in CRYP_AESGCM_Process()
[all …]