Home
last modified time | relevance | path

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

/openssl/apps/
H A Docsp.c571 if (derbio == NULL) in ocsp_main()
573 req = d2i_OCSP_REQUEST_bio(derbio, NULL); in ocsp_main()
574 BIO_free(derbio); in ocsp_main()
721 if (derbio == NULL) in ocsp_main()
723 i2d_OCSP_REQUEST_bio(derbio, req); in ocsp_main()
724 BIO_free(derbio); in ocsp_main()
746 if (derbio == NULL) in ocsp_main()
749 BIO_free(derbio); in ocsp_main()
763 if (derbio == NULL) in ocsp_main()
765 i2d_OCSP_RESPONSE_bio(derbio, resp); in ocsp_main()
[all …]
H A Ds_server.c585 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() local
586 if (derbio == NULL) { in cert_status_cb()
590 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in cert_status_cb()
591 BIO_free(derbio); in cert_status_cb()

Completed in 19 milliseconds