Searched refs:respout (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_8/hs20/server/ca/
H A Docsp-update-cache.sh10 -respout ocsp-server-cache.der
/external/openssl/apps/
H A Docsp.c132 char *reqout = NULL, *respout = NULL; local
416 else if (!strcmp(*args, "-respout"))
421 respout = *args;
598 BIO_printf (bio_err, "-respout file write DER encoded OCSP reponse to \"file\"\n");
815 if (respout)
817 derbio = BIO_new_file(respout, "wb");
820 BIO_printf(bio_err, "Error opening file %s\n", respout);

Completed in 120 milliseconds