Searched refs:opt_failure (Results 1 – 1 of 1) sorted by relevance
218 static int opt_failure = INT_MIN; variable780 { (char **)&opt_pkistatus }, { (char **)&opt_failure },1329 if (opt_failure != INT_MIN) { /* option has been set explicitly */ in setup_srv_ctx()1330 if (opt_failure < 0 || OSSL_CMP_PKIFAILUREINFO_MAX < opt_failure) { in setup_srv_ctx()1338 opt_failurebits = 1 << opt_failure; in setup_srv_ctx()3250 opt_failure = opt_int_arg(); in get_opts()