| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 233 { "respin", OPT_RESPIN, 's', "File with the DER-encoded response" }, 283 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; local 415 respin = opt_arg(); 597 && respin == NULL && !(port != NULL && ridx_filename != NULL)) 786 } else if (respin != NULL) { 787 derbio = bio_open_default(respin, 'r', FORMAT_ASN1);
|
| s_server.c | 459 char *respin; member in struct:tlsextstatusctx_st 611 if (srctx->respin != NULL) { 612 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); 1536 tlscstatp.respin = opt_arg();
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 195 {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; local 374 respin = opt_arg(); 555 && respin == NULL && !(port != NULL && ridx_filename != NULL)) 742 } else if (respin != NULL) { 743 derbio = bio_open_default(respin, 'r', FORMAT_ASN1);
|
| s_server.c | 450 char *respin; member in struct:tlsextstatusctx_st 586 if (srctx->respin != NULL) { 587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); 1388 tlscstatp.respin = opt_arg();
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 184 {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"}, 249 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; local 370 respin = opt_arg(); 528 && respin == NULL && !(port != NULL && ridx_filename != NULL)) 698 } else if (respin != NULL) { 699 derbio = bio_open_default(respin, 'r', FORMAT_ASN1);
|
| s_server.c | 501 char *respin; member in struct:tlsextstatusctx_st 633 if (srctx->respin != NULL) { 634 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); 1370 tlscstatp.respin = opt_arg();
|