Home
last modified time | relevance | path

Searched refs:rotate_serial (Results 1 – 3 of 3) sorted by relevance

/external/openssl/apps/
Dapps.h299 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
Dca.c1345 if (!rotate_serial(serialfile,"new","old")) goto err; in MAIN()
1491 if (!rotate_serial(crlnumberfile,"new","old")) goto err; in MAIN()
Dapps.c1699 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) in rotate_serial() function