Home
last modified time | relevance | path

Searched refs:derbio (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Docsp.c216 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; in ocsp_main() local
566 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
567 if (derbio == NULL) in ocsp_main()
569 req = d2i_OCSP_REQUEST_bio(derbio, NULL); in ocsp_main()
570 BIO_free(derbio); in ocsp_main()
716 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1); in ocsp_main()
717 if (derbio == NULL) in ocsp_main()
719 i2d_OCSP_REQUEST_bio(derbio, req); in ocsp_main()
720 BIO_free(derbio); in ocsp_main()
743 derbio in ocsp_main()
[all...]
H A Ds_server.c587 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() local
588 if (derbio == NULL) { in cert_status_cb()
592 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in cert_status_cb()
593 BIO_free(derbio); in cert_status_cb()