Lines Matching refs:rtempbuff
4465 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4523 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4533 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4534 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4536 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4537 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4539 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4540 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4542 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4543 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4548 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4552 rtempbuff = pKey; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4557 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4561 rtempbuff = tail_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
5043 const uint8_t *rtempbuff; in HAL_MMC_RPMB_WriteBlocks() local
5108 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5119 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5120 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5122 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5123 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5125 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5126 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5128 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5129 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5134 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5138 rtempbuff = local_nonce; in HAL_MMC_RPMB_WriteBlocks()
5142 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5313 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5378 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5379 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5381 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5382 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5384 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5385 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5387 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5388 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5393 rtempbuff = pMAC; in HAL_MMC_RPMB_WriteBlocks()
5397 rtempbuff = &pData[offset]; in HAL_MMC_RPMB_WriteBlocks()
5402 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5406 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5604 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ReadBlocks() local
5668 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5679 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ReadBlocks()
5680 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5682 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ReadBlocks()
5683 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5685 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ReadBlocks()
5686 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5688 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ReadBlocks()
5689 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5694 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5698 rtempbuff = pNonce; in HAL_MMC_RPMB_ReadBlocks()
5702 rtempbuff = tail_pack; in HAL_MMC_RPMB_ReadBlocks()