HomeSort by relevance Sort by last modified time
    Searched refs:OCSP_RESPID (Results 1 - 16 of 16) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_asn.c 118 ASN1_CHOICE(OCSP_RESPID) = {
119 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
121 } ASN1_CHOICE_END(OCSP_RESPID)
123 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID)
152 ASN1_SIMPLE(OCSP_RESPDATA, responderId, OCSP_RESPID),
ocsp_vfy.c 65 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
166 OCSP_RESPID *rid = bs->tbsResponseData->responderId;
185 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
ocsp.h 211 DECLARE_STACK_OF(OCSP_RESPID)
212 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
275 OCSP_RESPID *responderId;
538 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
ocsp_prn.c 187 OCSP_RESPID *rid = NULL;
ocsp_srv.c 213 OCSP_RESPID *rid;
  /external/openssl/crypto/
ossl_typ.h 198 typedef struct ocsp_responder_id_st OCSP_RESPID;
  /external/openssl/include/openssl/
ocsp.h 211 DECLARE_STACK_OF(OCSP_RESPID)
212 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
275 OCSP_RESPID *responderId;
538 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
ossl_typ.h 198 typedef struct ocsp_responder_id_st OCSP_RESPID;
safestack.h     [all...]
ssl.h     [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/openssl/apps/
s_client.c     [all...]
s_server.c 730 STACK_OF(OCSP_RESPID) *ids;
    [all...]
  /external/openssl/ssl/
t1_lib.c 453 OCSP_RESPID *id;
948 OCSP_RESPID *id;
    [all...]
s3_lib.c     [all...]
ssl.h     [all...]

Completed in 269 milliseconds