Lines Matching refs:rtempbuff

4466   const uint8_t *rtempbuff;  in HAL_MMC_RPMB_ProgramAuthenticationKey()  local
4524 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4534 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4535 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4537 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4538 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4540 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4541 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4543 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4544 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4549 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4553 rtempbuff = pKey; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4558 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4562 rtempbuff = tail_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
5044 const uint8_t *rtempbuff; in HAL_MMC_RPMB_WriteBlocks() local
5109 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5120 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5121 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5123 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5124 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5126 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5127 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5129 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5130 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5135 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5139 rtempbuff = local_nonce; in HAL_MMC_RPMB_WriteBlocks()
5143 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5314 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5379 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5380 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5382 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5383 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5385 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5386 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5388 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5389 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5394 rtempbuff = pMAC; in HAL_MMC_RPMB_WriteBlocks()
5398 rtempbuff = &pData[offset]; in HAL_MMC_RPMB_WriteBlocks()
5403 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5407 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5605 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ReadBlocks() local
5669 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5680 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ReadBlocks()
5681 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5683 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ReadBlocks()
5684 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5686 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ReadBlocks()
5687 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5689 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ReadBlocks()
5690 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5695 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5699 rtempbuff = pNonce; in HAL_MMC_RPMB_ReadBlocks()
5703 rtempbuff = tail_pack; in HAL_MMC_RPMB_ReadBlocks()