Searched refs:blockIndex (Results 1 – 3 of 3) sorted by relevance
100 ctx->blockIndex = 0; in AES_CBC_MAC_Reinit()149 ctx->blockIndex = addLength; in AES_CBC_MAC_Reinit()198 ctx->blockIndex += copy_amt; in AES_CBC_MAC_Update()201 if (ctx->blockIndex == 0 || in AES_CBC_MAC_Update()210 ctx->blockIndex = 0; in AES_CBC_MAC_Update()238 ptr = ctx->staging_block + ctx->blockIndex; in AES_CBC_MAC_Update()241 ctx->blockIndex += copy_amt; in AES_CBC_MAC_Update()247 ctx->blockIndex = 0; in AES_CBC_MAC_Update()266 if (ctx->blockIndex != 0) { in AES_CBC_MAC_Final()268 ctx->cryptDataCount += ctx->blockIndex; in AES_CBC_MAC_Final()[all …]
51 int blockIndex; member
126 uint32_t blockIndex;133 blockIndex =141 ASSERT_COND(blockIndex < p_Mem->num);144 p_MemDbg[blockIndex].ownerAddress = ownerAddress;154 uint32_t blockIndex;160 blockIndex =163 if (blockIndex >= p_Mem->num)173 if (blockIndex >= p_Mem->num)180 p_Temp = p_Mem->p_Bases[blockIndex];184 if (p_Temp == p_Mem->p_Bases[blockIndex])[all …]