Home
last modified time | relevance | path

Searched refs:pexts (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c105 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) in add1_extension() argument
110 if (!ossl_assert(pexts != NULL)) /* pointer to var must not be NULL */ in add1_extension()
116 res = X509v3_add_ext(pexts, ext, 0) != NULL; in add1_extension()
150 static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code) in add_crl_reason_extension() argument
156 res = add1_extension(pexts, NID_crl_reason, 0 /* non-critical */, val); in add_crl_reason_extension()