Home
last modified time | relevance | path

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

/openssl/apps/
H A Docsp.c561 if (derbio == NULL) in ocsp_main()
563 req = d2i_OCSP_REQUEST_bio(derbio, NULL); in ocsp_main()
564 BIO_free(derbio); 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()
744 if (derbio == NULL) in ocsp_main()
747 BIO_free(derbio); in ocsp_main()
761 if (derbio == NULL) in ocsp_main()
763 i2d_OCSP_RESPONSE_bio(derbio, resp); in ocsp_main()
[all …]
H A Ds_server.c609 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() local
610 if (derbio == NULL) { in cert_status_cb()
614 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in cert_status_cb()
615 BIO_free(derbio); in cert_status_cb()

Completed in 15 milliseconds