Home
last modified time | relevance | path

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

/external/openssl/crypto/conf/
Dconf.h176 long NCONF_get_number(CONF *conf,char *group,char *name);
178 #define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) macro
Dconf_lib.c394 long NCONF_get_number(CONF *conf,char *group,char *name)
/external/openssl/include/openssl/
Dconf.h176 long NCONF_get_number(CONF *conf,char *group,char *name);
178 #define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) macro
/external/openssl/apps/
Dreq.c657 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey)) in MAIN()
1283 if (!NCONF_get_number(req_conf,dn_sect,buf, &n_min)) in prompt_info()
1290 if (!NCONF_get_number(req_conf,dn_sect,buf, &n_max)) in prompt_info()
1351 if (!NCONF_get_number(req_conf,attr_sect,buf, &n_min)) in prompt_info()
1358 if (!NCONF_get_number(req_conf,attr_sect,buf, &n_max)) in prompt_info()
Dca.c1147 if(!NCONF_get_number(conf,section, ENV_DEFAULT_DAYS, &days)) in MAIN()
1405 if (!NCONF_get_number(conf,section, in MAIN()
1408 if (!NCONF_get_number(conf,section, in MAIN()