ac_remainder
uint8_t *dest = (uint8_t *)aes_ctx->ac_remainder +
bcopy(buffer_block, aes_ctx->ac_remainder, AES_BLOCK_LEN);
bcopy(block, aes_ctx->ac_remainder, amt);
bcopy(aes_ctx->ac_remainder, pLastPart, out_len);