Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c66 ctx->iv_state = IV_STATE_BUFFERED; in gcm_init()
383 ctx->iv_state = IV_STATE_BUFFERED; in gcm_iv_generate()
413 if (ctx->iv_state == IV_STATE_BUFFERED) { in gcm_cipher_internal()
484 ctx->iv_state = IV_STATE_BUFFERED; in gcm_tls_iv_set_fixed()
497 ctx->iv_state = IV_STATE_BUFFERED; in gcm_tls_iv_set_fixed()
H A Dcipher_aes_ocb.c128 ctx->iv_state = IV_STATE_BUFFERED; in aes_ocb_init()
222 if (ctx->iv_state == IV_STATE_BUFFERED) { in update_iv()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h26 # define IV_STATE_BUFFERED 1 /* iv has been copied to the iv buffer */ macro

Completed in 13 milliseconds