HomeSort by: relevance | last modified time | path
    Searched defs:dbattr_conf (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 1557 CONF *dbattr_conf = NULL; local
1588 dbattr_conf = app_load_config_quiet(buf);
1599 if (dbattr_conf) {
1600 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
1612 NCONF_free(dbattr_conf);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 1667 CONF *dbattr_conf = NULL; local
1695 dbattr_conf = app_load_config_quiet(buf);
1705 if (dbattr_conf != NULL) {
1706 char *p = app_conf_try_string(dbattr_conf, NULL, "unique_subject");
1722 NCONF_free(dbattr_conf);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 1641 CONF *dbattr_conf = NULL; local
1669 dbattr_conf = app_load_config_quiet(buf);
1680 if (dbattr_conf) {
1681 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
1697 NCONF_free(dbattr_conf);

Completed in 30 milliseconds