Searched refs:IV_STATE_COPIED (Results 1 – 3 of 3) sorted by relevance
125 ctx->iv_state = IV_STATE_COPIED; in getivgen()139 ctx->iv_state = IV_STATE_COPIED; in setivinv()416 ctx->iv_state = IV_STATE_COPIED; in gcm_cipher_internal()
226 ctx->iv_state = IV_STATE_COPIED; in update_iv()
23 #define IV_STATE_COPIED 2 /* iv has been copied from the iv buffer */ macro