Searched refs:NCONF_get_number (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/conf/
H A Dconf.h178 long NCONF_get_number(CONF *conf, char *group, char *name);
180 # define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) macro
H A Dconf_lib.c379 long NCONF_get_number(CONF *conf, char *group, char *name)
/freebsd-10.1-release/crypto/openssl/apps/
H A Dreq.c625 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) {
1214 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) {
1220 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {
1275 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) {
1281 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {
H A Dca.c1076 if (!NCONF_get_number(conf, section, ENV_DEFAULT_DAYS, &days))
1321 if (!NCONF_get_number(conf, section,
1324 if (!NCONF_get_number(conf, section,

Completed in 123 milliseconds