Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h235 int save_serial(const char *serialfile, const char *suffix,
/freebsd/crypto/openssl/apps/
H A Dca.c1084 && !save_serial(serialfile, "new", serial, NULL)) in ca_main()
1289 && !save_serial(crlnumberfile, "new", crlnumber, NULL)) in ca_main()
H A Dx509.c1222 save_serial(serialfile, NULL, serial, &bs); in x509_load_serial()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1543 int save_serial(const char *serialfile, const char *suffix, in save_serial() function