Searched refs:IV_STATE_UNINITIALISED (Results 1 – 3 of 3) sorted by relevance
184 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()198 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()288 if (ctx->iv_state != IV_STATE_UNINITIALISED) in ossl_gcm_set_ctx_params()434 if (ctx->iv_state == IV_STATE_UNINITIALISED) { in gcm_cipher_internal()
220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()398 ctx->iv_state = IV_STATE_UNINITIALISED; in aes_ocb_set_ctx_params()
25 # define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro
Completed in 9 milliseconds