Lines Matching refs:crit
153 * The "crit" variable is set to the critical value.
156 * the value of *crit reflects the cause:
162 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
171 if (crit)
172 *crit = -1;
190 if (crit)
191 *crit = -2;
199 if (crit)
200 *crit = X509_EXTENSION_get_critical(found_ex);
207 if (crit)
208 *crit = -1;
214 * The precise operation is governed by the 'flags' value. The 'crit' and
219 int crit, unsigned long flags)
267 ext = X509V3_EXT_i2d(nid, crit, value);