Searched refs:dbfile (Results 1 – 3 of 3) sorted by relevance
/openssl/apps/lib/ |
H A D | apps.c | 1685 in = BIO_new_file(dbfile, "r"); in load_index() 1723 retdb->dbfname = OPENSSL_strdup(dbfile); in load_index() 1770 j = strlen(dbfile) + strlen(suffix); in save_index() 1786 perror(dbfile); in save_index() 1817 i = strlen(dbfile) + strlen(old_suffix); in rotate_index() 1847 if (rename(buf[0], dbfile) < 0) { in rotate_index() 1850 rename(buf[1], dbfile); in rotate_index() 1860 rename(dbfile, buf[0]); in rotate_index() 1861 rename(buf[1], dbfile); in rotate_index() 1868 rename(dbfile, buf[0]); in rotate_index() [all …]
|
/openssl/apps/ |
H A D | ca.c | 292 char *dbfile = NULL, *f; in ca_main() local 563 if (dbfile == NULL) in ca_main() 566 db = load_index(dbfile, &db_attr); in ca_main() 682 if (dbfile == NULL) in ca_main() 685 db = load_index(dbfile, &db_attr); in ca_main() 753 if (!save_index(dbfile, "new", db)) in ca_main() 756 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1046 if (!save_index(dbfile, "new", db)) in ca_main() 1114 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1290 if (!save_index(dbfile, "new", db)) in ca_main() [all …]
|
/openssl/apps/include/ |
H A D | apps.h | 241 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr); 243 int save_index(const char *dbfile, const char *suffix, CA_DB *db); 244 int rotate_index(const char *dbfile, const char *new_suffix,
|
Completed in 26 milliseconds