Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/providers/implementations/ciphers/
HDciphercommon_gcm.c267 ctx->iv_state = IV_STATE_FINISHED; in ossl_gcm_set_ctx_params()
404 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED) in gcm_cipher_internal()
440 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */ in gcm_cipher_internal()
569 ctx->iv_state = IV_STATE_FINISHED; in gcm_tls_cipher()
HDcipher_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()
/freebsd-head/crypto/openssl/providers/implementations/include/prov/
HDciphercommon.h24 #define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */ macro