Searched refs:OCSP_RESPID (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_asn.c | 71 ASN1_CHOICE(OCSP_RESPID) = { 72 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1), 73 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2) 74 } ASN1_CHOICE_END(OCSP_RESPID) 76 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID) 105 ASN1_EMBED(OCSP_RESPDATA, responderId, OCSP_RESPID),
|
D | ocsp_srv.c | 182 OCSP_RESPID *rid; in OCSP_basic_sign_ctx() 252 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name() 262 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_key() 286 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_match()
|
D | ocsp_vfy.c | 17 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id); 154 OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in ocsp_find_signer() 170 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id) in ocsp_find_signer_sk()
|
D | ocsp_cl.c | 214 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get0_id() 232 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get1_id()
|
D | ocsp_local.h | 157 OCSP_RESPID responderId;
|
D | ocsp_prn.c | 138 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print()
|
/third_party/openssl/doc/man3/ |
D | OCSP_response_status.pod | 19 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert); 20 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert); 21 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert); 45 OCSP_RESPID_set_by_name() sets the name of the OCSP_RESPID to be the same as the 48 OCSP_RESPID_set_by_key() sets the key of the OCSP_RESPID to be the same as the 52 Note that an OCSP_RESPID can only have one of the name, or the key set. Calling 56 OCSP_RESPID_match() tests whether the OCSP_RESPID given in B<respid> matches 82 OCSP_RESPID_match() returns 1 if the OCSP_RESPID and the X509 certificate match
|
/third_party/openssl/include/openssl/ |
D | ocsp.h | 95 DEFINE_STACK_OF(OCSP_RESPID) 256 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert); 257 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert); 258 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert); 326 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
|
D | ossl_typ.h | 168 typedef struct ocsp_responder_id_st OCSP_RESPID; typedef
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 99 ASN1_ITEM_ref(OCSP_RESPID),
|
/third_party/openssl/fuzz/ |
D | asn1.c | 128 ASN1_ITEM_ref(OCSP_RESPID),
|
/third_party/openssl/util/ |
D | indent.pro | 306 -T OCSP_RESPID
|
/third_party/openssl/test/ |
D | sslapitest.c | 816 STACK_OF(OCSP_RESPID) *ids = NULL; in ocsp_server_cb() 817 OCSP_RESPID *id = NULL; in ocsp_server_cb() 862 STACK_OF(OCSP_RESPID) *ids = NULL; in test_tlsext_status_type() 863 OCSP_RESPID *id = NULL; in test_tlsext_status_type()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 382 OCSP_RESPID *id; in tls_parse_ctos_status_request()
|
D | extensions_clnt.c | 317 OCSP_RESPID *id = sk_OCSP_RESPID_value(s->ext.ocsp.ids, i); in tls_construct_ctos_status_request()
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1283 STACK_OF(OCSP_RESPID) *ids;
|
D | s3_lib.c | 3526 *(STACK_OF(OCSP_RESPID) **)parg = s->ext.ocsp.ids; in ssl3_ctrl()
|