Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/apps/include/
HDapps.h227 int save_serial(const char *serialfile, const char *suffix,
/freebsd-14-stable/crypto/openssl/apps/
HDca.c1078 && !save_serial(serialfile, "new", serial, NULL)) in ca_main()
1292 && !save_serial(crlnumberfile, "new", crlnumber, NULL)) in ca_main()
HDx509.c1117 save_serial(serialfile, NULL, serial, &bs); in x509_load_serial()
/freebsd-14-stable/crypto/openssl/apps/lib/
HDapps.c1517 int save_serial(const char *serialfile, const char *suffix, const BIGNUM *serial, in save_serial() function