Searched refs:reqout (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/hx509/data/
H A Dgen-req.sh252 -reqout ocsp-req1.der
295 -reqout ocsp-req2.der
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c106 char *reqout = NULL, *respout = NULL; local
310 } else if (!strcmp(*args, "-reqout")) {
313 reqout = *args;
456 "-reqout file write DER encoded OCSP request to \"file\"\n");
591 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) {
628 if (reqout) {
629 derbio = BIO_new_file(reqout, "wb");
631 BIO_printf(bio_err, "Error opening file %s\n", reqout);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c1576 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; local
1663 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount);
1664 if (reqout != 0) {
1665 ocount -= reqout;
1697 } while (--reqout != 0);

Completed in 169 milliseconds