Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c289 ctx->iv_state = IV_STATE_FINISHED; in ossl_gcm_set_ctx_params()
425 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED) in gcm_cipher_internal()
461 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */ in gcm_cipher_internal()
592 ctx->iv_state = IV_STATE_FINISHED; in gcm_tls_cipher()
H 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/providers/implementations/include/prov/
H A Dciphercommon.h28 # define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */ macro

Completed in 13 milliseconds