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