| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 256 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; local 604 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); 605 if (derbio == NULL) 607 req = d2i_OCSP_REQUEST_bio(derbio, NULL); 608 BIO_free(derbio); 760 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1); 761 if (derbio == NULL) 763 i2d_OCSP_REQUEST_bio(derbio, req); 764 BIO_free(derbio); 787 derbio = bio_open_default(respin, 'r', FORMAT_ASN1) [all...] |
| s_server.c | 612 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); local 613 if (derbio == NULL) { 617 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); 618 BIO_free(derbio);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 216 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; local 566 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); 567 if (derbio == NULL) 569 req = d2i_OCSP_REQUEST_bio(derbio, NULL); 570 BIO_free(derbio); 716 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1); 717 if (derbio == NULL) 719 i2d_OCSP_REQUEST_bio(derbio, req); 720 BIO_free(derbio); 743 derbio = bio_open_default(respin, 'r', FORMAT_ASN1) [all...] |
| s_server.c | 587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); local 588 if (derbio == NULL) { 592 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); 593 BIO_free(derbio);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 227 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; local 539 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); 540 if (derbio == NULL) 542 req = d2i_OCSP_REQUEST_bio(derbio, NULL); 543 BIO_free(derbio); 675 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1); 676 if (derbio == NULL) 678 i2d_OCSP_REQUEST_bio(derbio, req); 679 BIO_free(derbio); 699 derbio = bio_open_default(respin, 'r', FORMAT_ASN1) [all...] |
| s_server.c | 634 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); local 635 if (derbio == NULL) { 639 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); 640 BIO_free(derbio);
|