HomeSort by: relevance | last modified time | path
    Searched refs:OPT_REQIN (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 110 OPT_REQIN,
181 { "reqin", OPT_REQIN, 's', "File with the DER-encoded request" },
411 case OPT_REQIN:
cmp.c 179 static char *opt_reqin = NULL; variable
330 OPT_REQIN,
611 { "reqin", OPT_REQIN, 's',
764 { &opt_reqin }, { (char **)&opt_reqin_new_tid },
950 if (opt_reqin != NULL && opt_rspin == NULL) {
951 if ((req_new = read_PKIMESSAGE("actually sending", &opt_reqin)) == NULL)
954 * The transaction ID in req_new read from opt_reqin may not be fresh.
1713 char *file = opt_reqin, *end = file, bak;
1720 /* temporarily separate first file name in opt_reqin */
1772 if (opt_reqin == NULL && opt_newkey == NULL && !opt_centralkeyge
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 98 OPT_REQIN, OPT_RESPIN, OPT_SIGNER, OPT_VAFILE, OPT_SIGN_OTHER,
143 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"},
370 case OPT_REQIN:
cmp.c 157 static char *opt_reqin = NULL; variable
244 OPT_REQIN, OPT_REQIN_NEW_TID, OPT_REQOUT, OPT_RSPIN, OPT_RSPOUT,
466 {"reqin", OPT_REQIN, 's',
597 {&opt_reqin}, {(char **)&opt_reqin_new_tid},
803 if (opt_reqin != NULL && opt_rspin == NULL) {
804 if ((req_new = read_PKIMESSAGE("actually sending", &opt_reqin)) == NULL)
807 * The transaction ID in req_new read from opt_reqin may not be fresh.
1947 if (opt_reqin != NULL)
1950 if (opt_reqin_new_tid && opt_reqin == NULL)
1952 if (opt_reqin != NULL || opt_reqout != NUL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 132 OPT_REQIN, OPT_RESPIN, OPT_SIGNER, OPT_VAFILE, OPT_SIGN_OTHER,
183 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"},
366 case OPT_REQIN:

Completed in 29 milliseconds