Searched refs:reqin (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 59 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 60 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 61 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,…
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 1558 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; in z_resampler_feed_internal() local 1580 reqin = z_gy2gx(info, ocount) - z_fetched(info); in z_resampler_feed_internal() 1593 if (reqin != 0) { in z_resampler_feed_internal() 1594 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal() 1611 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal() 1638 reqin -= fetched; in z_resampler_feed_internal() 1641 reqin = 0; in z_resampler_feed_internal() 1674 } while (reqin != 0 && ocount != 0); in z_resampler_feed_internal()
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 143 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 371 reqin = opt_arg(); in ocsp_main() 554 if (req == NULL && reqin == NULL in ocsp_main() 565 if (req == NULL && reqin != NULL) { in ocsp_main() 566 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 29 [B<-reqin> I<file>] 142 Normally if an OCSP request is input using the B<-reqin> option no 155 =item B<-reqin> I<file>, B<-respin> I<file> 316 and B<-serial> options), supplied in a file (using the B<-reqin> option) 464 script using the B<-reqin> and B<-respout> options. 502 -reqin req.der -respout resp.der
|
H A D | openssl-cmp.pod.in | 108 [B<-reqin> I<filenames>] 896 =item B<-reqin> I<filenames> 918 Use a fresh transactionID for CMP request messages read using B<-reqin>, 926 These requests are not sent to the server if the B<-reqin> option is used, too. 974 The B<-rspin>, B<-rspout>, B<-reqin>, and B<-reqout> options
|