Lines Matching defs:extension
10 /* extension creation utilities */
95 /* Now get internal extension representation based on type */
185 /* Given an internal structure, nid and critical flag create an extension */
198 /* Check the extension string for critical flag */
212 /* Check extension string for generic extension and return the type */
233 /* Create a generic extension: for now just handle DER type */
242 X509_EXTENSION *extension = NULL;
270 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
276 return extension;
306 * file section to an extension STACK. Just check in case sk == NULL.