Lines Matching defs:ext
76 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
121 X509_EXTENSION *ext;
167 ext = do_ext_i2d(method, nid, crit, ext_struct);
172 return ext;
182 X509_EXTENSION *ext;
207 ext = X509_EXTENSION_create_by_NID(NULL, nid, crit, ext_oct);
208 if (ext == NULL)
212 return ext;
281 X509_EXTENSION *ext = NULL;
313 ext = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
320 return ext;
346 X509_EXTENSION *ext;
355 if (!(ext = X509V3_EXT_nconf(conf, ctx, val->name, val->value)))
358 X509v3_add_ext(sk, ext, -1);
359 X509_EXTENSION_free(ext);