OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extconf
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
x509.c
205
CONF *
extconf
= NULL;
local
532
extconf
= NCONF_new(NULL);
533
if (!NCONF_load(
extconf
, extfile,&errorline))
547
extsect = NCONF_get_string(
extconf
, "default", "extensions");
555
X509V3_set_nconf(&ctx2,
extconf
);
556
if (!X509V3_EXT_add_nconf(
extconf
, &ctx2, extsect, NULL))
968
extconf
, extsect)) goto end;
986
extconf
, extsect, sno))
1087
NCONF_free(
extconf
);
[
all
...]
ca.c
237
static CONF *
extconf
=NULL;
variable
994
extconf
= NCONF_new(NULL);
995
if (NCONF_load(
extconf
,extfile,&errorline) <= 0)
1011
if (!extensions && !(extensions = NCONF_get_string(
extconf
, "default", "extensions")))
1089
if (!
extconf
)
[
all
...]
Completed in 514 milliseconds