Searched refs:rotate_index (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | ca_internals_test.c | 70 if (!TEST_true(rotate_index(indexfile, "new", "old"))) in test_do_updatedb()
|
/openssl/apps/include/ |
H A D | apps.h | 244 int rotate_index(const char *dbfile, const char *new_suffix,
|
/openssl/apps/ |
H A D | srp.c | 607 if (!rotate_index(srpvfile, "new", "old")) in srp_main()
|
H A D | ca.c | 756 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1114 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1293 if (!rotate_index(dbfile, "new", "old")) in ca_main()
|
/openssl/apps/lib/ |
H A D | apps.c | 1811 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() function
|
Completed in 51 milliseconds