Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Docsp.h120 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP… macro
/third_party/openssl/apps/
Docsp.c702 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in ocsp_main()
Ds_server.c639 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in cert_status_cb()