ENCR_STATE_NO_SEND_IV
else if ((state & ENCR_STATE_NO_SEND_IV) == 0)
state &= ~ENCR_STATE_NO_SEND_IV;
lstate &= ~ENCR_STATE_NO_SEND_IV;
lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont send an IV */
else if ((lstate & ENCR_STATE_NO_SEND_IV) == 0) {
lstate &= ~ENCR_STATE_NO_SEND_IV; /* we sent our IV */
lstate &= ~ENCR_STATE_NO_SEND_IV; /* dont need decrypt IV */
lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont need to send IV */
(ENCR_STATE_NO_SEND_IV|ENCR_STATE_NO_RECV_IV|ENCR_STATE_NO_KEYID)