Searched refs:IV_STATE_UNINITIALISED (Results 1 – 3 of 3) sorted by relevance
172 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()187 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()408 if (ctx->iv_state == IV_STATE_UNINITIALISED) { in gcm_cipher_internal()
220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()
21 #define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro