Searched refs:unique_subject (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h299 int unique_subject; member in struct:db_attr_st
H A Dapps.c1741 retdb->attributes.unique_subject = 1;
1746 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
1750 BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1752 retdb->attributes.unique_subject = parse_yesno(p,1);
1775 if (db->attributes.unique_subject
1845 BIO_printf(out,"unique_subject = %s\n",
1846 db->attributes.unique_subject ? "yes" : "no");
H A Dca.c137 #define ENV_UNIQUE_SUBJECT "unique_subject"
672 db_attr.unique_subject = 1;
677 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
679 db_attr.unique_subject = parse_yesno(p,1);
685 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
688 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
689 db_attr.unique_subject);
1916 if (db->attributes.unique_subject)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h295 int unique_subject; member in struct:db_attr_st
H A Dapps.c1891 retdb->attributes.unique_subject = 1;
1895 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
1899 "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1901 retdb->attributes.unique_subject = parse_yesno(p, 1);
1926 if (db->attributes.unique_subject
1991 BIO_printf(out, "unique_subject = %s\n",
1992 db->attributes.unique_subject ? "yes" : "no");
H A Dca.c130 #define ENV_UNIQUE_SUBJECT "unique_subject"
658 db_attr.unique_subject = 1;
662 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
664 db_attr.unique_subject = parse_yesno(p, 1);
669 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n");
672 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
673 db_attr.unique_subject);
1882 if (db->attributes.unique_subject) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h295 int unique_subject; member in struct:db_attr_st
H A Dapps.c1891 retdb->attributes.unique_subject = 1;
1895 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
1899 "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1901 retdb->attributes.unique_subject = parse_yesno(p, 1);
1926 if (db->attributes.unique_subject
1991 BIO_printf(out, "unique_subject = %s\n",
1992 db->attributes.unique_subject ? "yes" : "no");
H A Dca.c130 #define ENV_UNIQUE_SUBJECT "unique_subject"
658 db_attr.unique_subject = 1;
662 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
664 db_attr.unique_subject = parse_yesno(p, 1);
669 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n");
672 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
673 db_attr.unique_subject);
1882 if (db->attributes.unique_subject) {

Completed in 117 milliseconds