Home | History | Annotate | Download | only in x509v3

Lines Matching refs:crit

224  * we choke if multiple extensions exist. The "crit" variable is set to the
227 * *crit reflects the cause: >= 0, extension found but not decoded (reflects
232 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
241 if (crit)
242 *crit = -1;
260 if (crit)
261 *crit = -2;
269 if (crit)
270 *crit = X509_EXTENSION_get_critical(found_ex);
277 if (crit)
278 *crit = -1;
284 * The precise operation is governed by the 'flags' value. The 'crit' and
289 int crit, unsigned long flags)
335 ext = X509V3_EXT_i2d(nid, crit, value);