Searched refs:rtempbuff (Results 1 – 3 of 3) sorted by relevance
4423 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local4481 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()4491 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()4492 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()4494 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()4495 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()4497 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()4498 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()4500 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()4501 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()[all …]
4422 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local4480 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()[all …]
4466 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local4524 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()[all …]