Searched refs:save_serial (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/crypto/openssl/apps/include/ |
| HD | apps.h | 227 int save_serial(const char *serialfile, const char *suffix,
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | ca.c | 1078 && !save_serial(serialfile, "new", serial, NULL)) in ca_main() 1292 && !save_serial(crlnumberfile, "new", crlnumber, NULL)) in ca_main()
|
| HD | x509.c | 1117 save_serial(serialfile, NULL, serial, &bs); in x509_load_serial()
|
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | apps.c | 1517 int save_serial(const char *serialfile, const char *suffix, const BIGNUM *serial, in save_serial() function
|