Searched refs:bufferRemap (Results 1 – 1 of 1) sorted by relevance
108 cy_stc_crypto_v2_cmac_buffers_t *bufferRemap; in Cy_Crypto_Core_V2_Cmac_Init() local113 bufferRemap = (cy_stc_crypto_v2_cmac_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(buffer); in Cy_Crypto_Core_V2_Cmac_Init()117 …Cy_Crypto_Core_V2_MemSet(base, bufferRemap, 0U, (uint16_t)sizeof(cy_stc_crypto_v2_cmac_buffers_t)); in Cy_Crypto_Core_V2_Cmac_Init()217 cy_stc_crypto_aes_buffers_t *bufferRemap; in Cy_Crypto_Core_V2_Cmac_Update() local231 …bufferRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState->aesState.buffe… in Cy_Crypto_Core_V2_Cmac_Update()237 …Cy_Crypto_Core_V2_MemCpy(base, (void*)&bufferRemap->unProcessedData[cmacState->aesState.unProcesse… in Cy_Crypto_Core_V2_Cmac_Update()241 …Cy_Crypto_Core_V2_FFContinue(base, CY_CRYPTO_V2_RB_FF_LOAD0, bufferRemap->unProcessedData, CY_CRYP… in Cy_Crypto_Core_V2_Cmac_Update()289 …Cy_Crypto_Core_V2_MemCpy(base, (void*)&bufferRemap->unProcessedData[cmacState->aesState.unProcesse… in Cy_Crypto_Core_V2_Cmac_Update()338 cy_stc_crypto_aes_buffers_t * bufferRemap; in Cy_Crypto_Core_V2_Cmac_Finish() local343 …bufferRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState->aesState.buffe… in Cy_Crypto_Core_V2_Cmac_Finish()[all …]