Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c743 BIO *derbio = NULL; in ocsp_main() local
803 if (!derbio) { in ocsp_main()
809 BIO_free(derbio); in ocsp_main()
902 if (!derbio) { in ocsp_main()
908 BIO_free(derbio); in ocsp_main()
938 if (!derbio) { in ocsp_main()
943 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in ocsp_main()
944 BIO_free(derbio); in ocsp_main()
958 if (!derbio) { in ocsp_main()
963 i2d_OCSP_RESPONSE_bio(derbio, resp); in ocsp_main()
[all …]