Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Docsp.h368 OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c472 d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a) in d2i_OCSP_RESPONSE_bio() function
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c943 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in ocsp_main()