HomeSort by relevance Sort by last modified time
    Searched refs:respout (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hs20/server/ca/
ocsp-update-cache.sh 10 -respout ocsp-server-cache.der
  /external/openssl/apps/
ocsp.c 132 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);
    [all...]

Completed in 58 milliseconds