Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Docsp.c538 req = d2i_OCSP_REQUEST_bio(derbio, NULL); in MAIN()
1102 req = d2i_OCSP_REQUEST_bio(cbio, NULL); in do_responder()
/freebsd-9-stable/crypto/openssl/crypto/ocsp/
Docsp.h349 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,… macro