Searched refs:IV_STATE_BUFFERED (Results 1 – 3 of 3) sorted by relevance
66 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()
128 ctx->iv_state = IV_STATE_BUFFERED; in aes_ocb_init()222 if (ctx->iv_state == IV_STATE_BUFFERED) { in update_iv()
22 #define IV_STATE_BUFFERED 1 /* iv has been copied to the iv buffer */ macro