Searched refs:reqin (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_commands.csv | 129 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 130 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 131 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,… 138 0,reqin ir - no newkey, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir2.der,,-newkey,"""",-newkey,"""",-… 139 1,reqin ir and rspout - using no newkey and -popo 0 as workaround, -section,, -cmd,ir,,-reqin,_RESU… 140 1,reqin ip and rspin - using no newkey and -popo 0 as workaround, -section,, -cmd,ir,,-reqin,_RESU… 142 1,reqin ir and rspout - using no newkey and -popo -1 (same as -centralkeygen), -section,, -cmd,ir,,… 143 1,reqin ip and rspin - using no newkey and -popo -1 (same as -centralkeygen), -section,, -cmd,ir,,…
|
| /src/sys/dev/sound/pcm/ |
| H A D | feeder_rate.c | 1542 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; in z_resampler_feed_internal() local 1564 reqin = z_gy2gx(info, ocount) - z_fetched(info); in z_resampler_feed_internal() 1577 if (reqin != 0) { in z_resampler_feed_internal() 1578 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal() 1595 fetch = z_min(z_free(info), reqin); in z_resampler_feed_internal() 1622 reqin -= fetched; in z_resampler_feed_internal() 1625 reqin = 0; in z_resampler_feed_internal() 1658 } while (reqin != 0 && ocount != 0); in z_resampler_feed_internal()
|
| /src/crypto/openssl/apps/ |
| H A D | ocsp.c | 283 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 412 reqin = opt_arg(); in ocsp_main() 596 if (req == NULL && reqin == NULL in ocsp_main() 603 if (req == NULL && reqin != NULL) { in ocsp_main() 604 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-ocsp.pod.in | 29 [B<-reqin> I<filename>] 149 Normally if an OCSP request is input using the B<-reqin> option no 165 =item B<-reqin> I<file>, B<-respin> I<filename> 334 and B<-serial> options), supplied in a file (using the B<-reqin> option) 483 script using the B<-reqin> and B<-respout> options. 521 -reqin req.der -respout resp.der
|
| H A D | openssl-cmp.pod.in | 124 [B<-reqin> I<filenames>] 1055 =item B<-reqin> I<filenames> 1069 need to be given also when the B<-reqin> option is present. 1071 If the B<-reqin> option is given for a certificate request 1076 Hint: In case the B<-reqin> option is given for a certificate request, there are 1097 Use a fresh transactionID for CMP request messages read using B<-reqin>, 1105 These requests are not sent to the server if the B<-reqin> option is used, too. 1163 The B<-rspin>, B<-rspout>, B<-reqin>, and B<-reqout> options
|