Searched refs:rotate_serial (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 224 /* load_serial, save_serial, and rotate_serial are also used for CRL numbers */ 229 int rotate_serial(const char *serialfile, const char *new_suffix,
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 224 /* load_serial, save_serial, and rotate_serial are also used for CRL numbers */ 229 int rotate_serial(const char *serialfile, const char *new_suffix,
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 1146 && !rotate_serial(serialfile, "new", "old")) in ca_main() 1310 && !rotate_serial(crlnumberfile, "new", "old")) in ca_main()
|
/third_party/openssl/apps/ |
H A D | ca.c | 1132 && !rotate_serial(serialfile, "new", "old")) in ca_main() 1290 && !rotate_serial(crlnumberfile, "new", "old")) in ca_main()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1568 int rotate_serial(const char *serialfile, const char *new_suffix, in rotate_serial() function
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1566 int rotate_serial(const char *serialfile, const char *new_suffix, in rotate_serial() function
|
Completed in 17 milliseconds