Searched refs:rotate_index (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/include/ |
D | apps.h | 236 int rotate_index(const char *dbfile, const char *new_suffix,
|
/third_party/openssl/apps/ |
D | srp.c | 607 if (!rotate_index(srpvfile, "new", "old")) in srp_main()
|
D | ca.c | 765 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1135 if (!rotate_index(dbfile, "new", "old")) in ca_main() 1316 if (!rotate_index(dbfile, "new", "old")) in ca_main()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1772 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() function
|