Home | History | Annotate | Download | only in x509v3

Lines Matching refs:crit

185  * The "crit" variable is set to the critical value.
188 * the value of *crit reflects the cause:
194 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx)
200 if(crit) *crit = -1;
216 if(crit) *crit = -2;
224 if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
230 if(crit) *crit = -1;
235 * The precise operation is governed by the 'flags' value. The 'crit' and
240 int crit, unsigned long flags)
283 ext = X509V3_EXT_i2d(nid, crit, value);