Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DOCSP_response_status.pod5 OCSP_response_status, OCSP_response_get1_basic, OCSP_response_create,
17 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
45 OCSP_response_create() creates and returns an I<OCSP_RESPONSE> structure for
89 OCSP_response_create() returns an I<OCSP_RESPONSE> structure pointer or I<NULL>
/third_party/openssl/apps/
Docsp.c667 OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, in ocsp_main()
1045 OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); in make_ocsp_response()
1072 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()
1119 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()
1141 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, NULL); in make_ocsp_response()
1150 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()
1156 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, bs); in make_ocsp_response()
1165 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_SUCCESSFUL, bs); in make_ocsp_response()
/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs251 #[corresponds(OCSP_response_create)]
259 cvt_p(ffi::OCSP_response_create( in create()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Docsp.rs44 pub fn OCSP_response_create(status: c_int, bs: *mut OCSP_BASICRESP) -> *mut OCSP_RESPONSE; in OCSP_response_create() function
/third_party/openssl/crypto/ocsp/
Docsp_srv.c63 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create() function
/third_party/openssl/ohos_lite/include/openssl/
Docsp.h242 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
/third_party/openssl/include/openssl/
Docsp.h.in273 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
/third_party/openssl/util/
Dlibcrypto.num3512 OCSP_response_create 3591 3_0_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES.md13652 extract information from a certificate request. OCSP_response_create()