Home | History | Annotate | Download | only in x509v3

Lines Matching full:crit

179  * The "crit" variable is set to the critical value.
182 * the value of *crit reflects the cause:
188 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx)
194 if(crit) *crit = -1;
210 if(crit) *crit = -2;
218 if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
224 if(crit) *crit = -1;
229 * The precise operation is governed by the 'flags' value. The 'crit' and
234 int crit, unsigned long flags)
277 ext = X509V3_EXT_i2d(nid, crit, value);