Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DOCSP_response_status.pod5 OCSP_response_status, OCSP_response_get1_basic, OCSP_response_create,
16 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
40 OCSP_response_create() creates and returns an B<OCSP_RESPONSE> structure for
73 OCSP_response_create() returns an B<OCSP_RESPONSE> structure pointer or B<NULL>
/third_party/openssl/apps/
Docsp.c627 OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, in ocsp_main()
1151 OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); in make_ocsp_response()
1176 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()
1233 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, NULL); in make_ocsp_response()
1242 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()
1248 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, bs); in make_ocsp_response()
1257 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_SUCCESSFUL, bs); in make_ocsp_response()
/third_party/openssl/crypto/ocsp/
Docsp_srv.c64 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create() function
/third_party/openssl/include/openssl/
Docsp.h242 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
/third_party/openssl/util/
Dlibcrypto.num3636 OCSP_response_create 3591 1_1_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES8838 extract information from a certificate request. OCSP_response_create()