Searched refs:derbio (Results 1 – 2 of 2) sorted by relevance
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()717 if (derbio == NULL) in ocsp_main()719 i2d_OCSP_REQUEST_bio(derbio, req); in ocsp_main()720 BIO_free(derbio); in ocsp_main()742 if (derbio == NULL) in ocsp_main()745 BIO_free(derbio); in ocsp_main()759 if (derbio == NULL) in ocsp_main()761 i2d_OCSP_RESPONSE_bio(derbio, resp); in ocsp_main()[all …]
586 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1); in cert_status_cb() local587 if (derbio == NULL) { in cert_status_cb()591 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in cert_status_cb()592 BIO_free(derbio); in cert_status_cb()
Completed in 11 milliseconds