Home
last modified time | relevance | path

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

/external/openssl/apps/
Dx509.c203 CONF *extconf = NULL; in MAIN() local
521 extconf = NCONF_new(NULL); in MAIN()
522 if (!NCONF_load(extconf, extfile,&errorline)) in MAIN()
536 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
544 X509V3_set_nconf(&ctx2, extconf); in MAIN()
545 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) in MAIN()
959 extconf, extsect)) goto end; in MAIN()
976 extconf, extsect, sno)) in MAIN()
1077 NCONF_free(extconf); in MAIN()
Dca.c233 static CONF *extconf=NULL; variable
980 extconf = NCONF_new(NULL); in MAIN()
981 if (NCONF_load(extconf,extfile,&errorline) <= 0) in MAIN()
997 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions"))) in MAIN()
1075 if (!extconf) in MAIN()
1544 NCONF_free(extconf); in MAIN()
2055 if (extconf) in do_body()
2061 X509V3_set_nconf(&ctx, extconf); in do_body()
2067 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret)) in do_body()
/external/clearsilver/ruby/ext/hdf/
DMANIFEST2 extconf.rb
/external/clearsilver/ruby/
Dinstall.rb575 extconf if extdir? curr_srcdir
578 def extconf method in Installer