Searched refs:save_serial (Results 1 – 4 of 4) sorted by relevance
/external/openssl/apps/ |
D | apps.h | 323 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
|
D | x509.c | 1119 if (!save_serial(buf, NULL, serial, &bs)) goto end; in x509_load_serial()
|
D | ca.c | 1263 if (!save_serial(serialfile,"new",serial,NULL)) goto err; in MAIN() 1464 if (!save_serial(crlnumberfile,"new",crlnumber,NULL)) goto err; in MAIN()
|
D | apps.c | 1521 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) in save_serial() function
|