Home
last modified time | relevance | path

Searched refs:OCSP_id_get0_info (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DOCSP_cert_to_id.pod6 OCSP_id_cmp, OCSP_id_get0_info - OCSP certificate ID utility functions
25 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
46 OCSP_id_get0_info() returns the issuer name hash, hash OID, issuer key hash and
60 OCSP_id_get0_info() returns 1 for success and 0 for failure.
67 The values returned by OCSP_id_get0_info() are internal pointers and B<MUST
/third_party/openssl/crypto/ocsp/
Docsp_srv.c39 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, in OCSP_id_get0_info() function
/third_party/openssl/include/openssl/
Docsp.h238 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
/third_party/openssl/apps/
Docsp.c1172 OCSP_id_get0_info(NULL, &cert_id_md_oid, NULL, NULL, cid); in make_ocsp_response()
1196 OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid); in make_ocsp_response()
/third_party/nghttp2/src/
Dshrpx_tls.cc1981 rv = OCSP_id_get0_info(nullptr, nullptr, nullptr, &serial, in verify_ocsp_response()
/third_party/openssl/util/
Dlibcrypto.num3819 OCSP_id_get0_info 3774 1_1_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES8779 OCSP_request_onereq_get0(), OCSP_onereq_get0_id() and OCSP_id_get0_info()