Searched refs:cryptDataCount (Results 1 – 2 of 2) sorted by relevance
230 KASSERT((length + ctx->cryptDataCount) <= ctx->cryptDataLength, in AES_CBC_MAC_Update()242 ctx->cryptDataCount += copy_amt; in AES_CBC_MAC_Update()268 ctx->cryptDataCount += ctx->blockIndex; in AES_CBC_MAC_Final()
50 uint64_t cryptDataLength, cryptDataCount; member