Home
last modified time | relevance | path

Searched refs:iv_state (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c67 ctx->iv_state = IV_STATE_BUFFERED; in gcm_init()
126 ctx->iv_state = IV_STATE_COPIED; in getivgen()
140 ctx->iv_state = IV_STATE_COPIED; in setivinv()
289 ctx->iv_state = IV_STATE_FINISHED; in ossl_gcm_set_ctx_params()
409 ctx->iv_state = IV_STATE_BUFFERED; in gcm_iv_generate()
434 if (ctx->iv_state == IV_STATE_UNINITIALISED) { in gcm_cipher_internal()
439 if (ctx->iv_state == IV_STATE_BUFFERED) { in gcm_cipher_internal()
442 ctx->iv_state = IV_STATE_COPIED; in gcm_cipher_internal()
510 ctx->iv_state = IV_STATE_BUFFERED; in gcm_tls_iv_set_fixed()
525 ctx->iv_state = IV_STATE_BUFFERED; in gcm_tls_iv_set_fixed()
[all …]
H A Dcipher_aes_ocb.c128 ctx->iv_state = IV_STATE_BUFFERED; in aes_ocb_init()
219 if (ctx->iv_state == IV_STATE_FINISHED in update_iv()
220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()
222 if (ctx->iv_state == IV_STATE_BUFFERED) { in update_iv()
226 ctx->iv_state = IV_STATE_COPIED; in update_iv()
302 ctx->iv_state = IV_STATE_FINISHED; in aes_ocb_block_final()
398 ctx->iv_state = IV_STATE_UNINITIALISED; in aes_ocb_set_ctx_params()
H A Dcipher_aes_ocb.h29 unsigned int iv_state; /* set to one of IV_STATE_XXX */ member
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h68 unsigned int iv_state; /* set to one of IV_STATE_XXX */ member

Completed in 14 milliseconds