Home
last modified time | relevance | path

Searched refs:rotate_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dapps.h236 int rotate_index(const char *dbfile, const char *new_suffix,
/freebsd/crypto/openssl/apps/
H A Dsrp.c607 if (!rotate_index(srpvfile, "new", "old")) in srp_main()
H A Dca.c767 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1149 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1336 if (!rotate_index(dbfile, "new", "old")) in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1778 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() function