Lines Matching refs:rtempbuff

4450   const uint8_t *rtempbuff;  in HAL_MMC_RPMB_ProgramAuthenticationKey()  local
4508 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4518 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4519 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4521 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4522 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4524 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4525 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4527 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4528 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4533 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4537 rtempbuff = pKey; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4542 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4546 rtempbuff = tail_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
5028 const uint8_t *rtempbuff; in HAL_MMC_RPMB_WriteBlocks() local
5093 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5104 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5105 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5107 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5108 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5110 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5111 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5113 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5114 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5119 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5123 rtempbuff = local_nonce; in HAL_MMC_RPMB_WriteBlocks()
5127 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5298 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5363 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_WriteBlocks()
5364 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5366 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_WriteBlocks()
5367 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5369 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_WriteBlocks()
5370 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5372 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_WriteBlocks()
5373 rtempbuff++; in HAL_MMC_RPMB_WriteBlocks()
5378 rtempbuff = pMAC; in HAL_MMC_RPMB_WriteBlocks()
5382 rtempbuff = &pData[offset]; in HAL_MMC_RPMB_WriteBlocks()
5387 rtempbuff = zero_pack; in HAL_MMC_RPMB_WriteBlocks()
5391 rtempbuff = tail_pack; in HAL_MMC_RPMB_WriteBlocks()
5589 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ReadBlocks() local
5653 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5664 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ReadBlocks()
5665 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5667 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ReadBlocks()
5668 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5670 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ReadBlocks()
5671 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5673 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ReadBlocks()
5674 rtempbuff++; in HAL_MMC_RPMB_ReadBlocks()
5679 rtempbuff = zero_pack; in HAL_MMC_RPMB_ReadBlocks()
5683 rtempbuff = pNonce; in HAL_MMC_RPMB_ReadBlocks()
5687 rtempbuff = tail_pack; in HAL_MMC_RPMB_ReadBlocks()