Searched refs:pexts (Results 1 – 1 of 1) sorted by relevance
132 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) in add1_extension() argument137 if (!ossl_assert(pexts != NULL)) /* pointer to var must not be NULL */ in add1_extension()143 res = X509v3_add_ext(pexts, ext, 0) != NULL; in add1_extension()149 static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code) in add_crl_reason_extension() argument155 res = add1_extension(pexts, NID_crl_reason, 0 /* non-critical */, val); in add_crl_reason_extension()
Completed in 7 milliseconds