Home
last modified time | relevance | path

Searched refs:IV_STATE_FINISHED (Results 1 – 3 of 3) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_gcm.c391 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED) in gcm_cipher_internal()
427 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */ in gcm_cipher_internal()
557 ctx->iv_state = IV_STATE_FINISHED; in gcm_tls_cipher()
A Dcipher_aes_ocb.c219 if (ctx->iv_state == IV_STATE_FINISHED in update_iv()
302 ctx->iv_state = IV_STATE_FINISHED; in aes_ocb_block_final()
/openssl-master/providers/implementations/include/prov/
A Dciphercommon.h24 #define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */ macro

Completed in 9 milliseconds