Searched refs:ENCR_STATE_NO_SEND_IV (Results 1 – 3 of 3) sorted by relevance
387 #define ENCR_STATE_NO_SEND_IV 0x01 macro392 (ENCR_STATE_NO_SEND_IV|ENCR_STATE_NO_RECV_IV|ENCR_STATE_NO_KEYID)
185 else if ((state & ENCR_STATE_NO_SEND_IV) == 0) in cfb64_start()192 state &= ~ENCR_STATE_NO_SEND_IV; in cfb64_start()
1113 lstate &= ~ENCR_STATE_NO_SEND_IV; in encrypt_is()1138 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont send an IV */ in encrypt_is()1206 else if ((lstate & ENCR_STATE_NO_SEND_IV) == 0) { in encrypt_send_encrypt_is()1272 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we sent our IV */ in encrypt_send_encrypt_is()1273 lstate &= ~ENCR_STATE_NO_SEND_IV; /* dont need decrypt IV */ in encrypt_send_encrypt_is()1862 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont need to send IV */ in encrypt_reply()