Searched refs:save_index (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | ca_internals_test.c | 67 if (!TEST_true(save_index(indexfile, "new", db))) in test_do_updatedb()
|
/openssl/apps/include/ |
H A D | apps.h | 243 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
/openssl/apps/ |
H A D | srp.c | 602 if (!save_index(srpvfile, "new", db)) in srp_main()
|
H A D | ca.c | 753 if (!save_index(dbfile, "new", db)) in ca_main() 1046 if (!save_index(dbfile, "new", db)) in ca_main() 1290 if (!save_index(dbfile, "new", db)) in ca_main()
|
/openssl/apps/lib/ |
H A D | apps.c | 1793 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function
|
Completed in 33 milliseconds