Lines Matching refs:rtempbuff

4422   const uint8_t *rtempbuff;  in HAL_MMC_RPMB_ProgramAuthenticationKey()  local
4480 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4490 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4491 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4493 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4494 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4496 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4497 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4499 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4500 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4505 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4509 rtempbuff = pKey; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4514 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4518 rtempbuff = tail_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
5000 const uint8_t *rtempbuff; in HAL_MMC_RPMB_WriteBlocks() local
5065 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5076 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5077 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5079 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5080 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5082 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5083 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5085 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5086 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5091 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5095 rtempbuff = local_nonce; in HAL_MMC_RPMB_WriteBlocks()
5099 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5270 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5335 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5336 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5338 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5339 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5341 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5342 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5344 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5345 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5350 rtempbuff = pMAC; in HAL_MMC_RPMB_WriteBlocks()
5354 rtempbuff = &pData[offset]; in HAL_MMC_RPMB_WriteBlocks()
5359 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5363 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5561 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ReadBlocks() local
5625 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5636 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ReadBlocks()
5637 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5639 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ReadBlocks()
5640 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5642 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ReadBlocks()
5643 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5645 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ReadBlocks()
5646 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5651 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5655 rtempbuff = pNonce; in HAL_MMC_RPMB_ReadBlocks()
5659 rtempbuff = tail_pack; in HAL_MMC_RPMB_ReadBlocks()