Searched refs:IV_STATE_FINISHED (Results 1 – 3 of 3) sorted by relevance
399 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED) in gcm_cipher_internal()435 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */ in gcm_cipher_internal()564 ctx->iv_state = IV_STATE_FINISHED; in gcm_tls_cipher()
219 if (ctx->iv_state == IV_STATE_FINISHED in update_iv()302 ctx->iv_state = IV_STATE_FINISHED; in aes_ocb_block_final()
24 #define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */ macro