Searched refs:respin (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 195 {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 374 respin = opt_arg(); in ocsp_main() 555 && respin == NULL && !(port != NULL && ridx_filename != NULL)) in ocsp_main() 742 } else if (respin != NULL) { in ocsp_main() 743 derbio = bio_open_default(respin, 'r', FORMAT_ASN1); in ocsp_main()
|
H A D | s_server.c | 450 char *respin; member 586 if (srctx->respin != NULL) { in cert_status_cb() 587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() 1388 tlscstatp.respin = opt_arg(); in s_server_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 195 {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 374 respin = opt_arg(); in ocsp_main() 555 && respin == NULL && !(port != NULL && ridx_filename != NULL)) in ocsp_main() 742 } else if (respin != NULL) { in ocsp_main() 743 derbio = bio_open_default(respin, 'r', FORMAT_ASN1); in ocsp_main()
|
H A D | s_server.c | 450 char *respin; member 586 if (srctx->respin != NULL) { in cert_status_cb() 587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() 1388 tlscstatp.respin = opt_arg(); in s_server_main()
|
Completed in 13 milliseconds