Searched refs:opt_failure (Results 1 – 1 of 1) sorted by relevance
186 static int opt_failure = INT_MIN; variable610 {(char **)&opt_pkistatus}, {(char **)&opt_failure},1132 if (opt_failure != INT_MIN) { /* option has been set explicity */ in setup_srv_ctx()1133 if (opt_failure < 0 || OSSL_CMP_PKIFAILUREINFO_MAX < opt_failure) { in setup_srv_ctx()1141 opt_failurebits = 1 << opt_failure; in setup_srv_ctx()2643 opt_failure = opt_int_arg(); in get_opts()