Home
last modified time | relevance | path

Searched refs:dbfile (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/lib/
H A Dapps.c1608 in = BIO_new_file(dbfile, "r"); in load_index()
1647 retdb->dbfname = OPENSSL_strdup(dbfile); in load_index()
1694 j = strlen(dbfile) + strlen(suffix); in save_index()
1710 perror(dbfile); in save_index()
1741 i = strlen(dbfile) + strlen(old_suffix); in rotate_index()
1771 if (rename(buf[0], dbfile) < 0) { in rotate_index()
1774 rename(buf[1], dbfile); in rotate_index()
1784 rename(dbfile, buf[0]); in rotate_index()
1785 rename(buf[1], dbfile); in rotate_index()
1792 rename(dbfile, buf[0]); in rotate_index()
[all …]
/openssl/apps/
H A Dca.c286 char *dbfile = NULL, *f; in ca_main() local
564 if (dbfile == NULL) in ca_main()
567 db = load_index(dbfile, &db_attr); in ca_main()
694 if (dbfile == NULL) in ca_main()
697 db = load_index(dbfile, &db_attr); in ca_main()
765 if (!save_index(dbfile, "new", db)) in ca_main()
768 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1070 if (!save_index(dbfile, "new", db)) in ca_main()
1138 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1316 if (!save_index(dbfile, "new", db)) in ca_main()
[all …]
/openssl/apps/include/
H A Dapps.h238 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
240 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
241 int rotate_index(const char *dbfile, const char *new_suffix,

Completed in 1235 milliseconds