Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c133 CertStatus *certStatus; member
194 ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
742 switch (sresp->certStatus->type) { in check_ocsp_resp()
820 if (matching_resp->certStatus->type == 1) { in check_ocsp_resp()
827 if (matching_resp->certStatus->type != 0) { in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c133 CertStatus *certStatus; member
194 ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
742 switch (sresp->certStatus->type) { in check_ocsp_resp()
820 if (matching_resp->certStatus->type == 1) { in check_ocsp_resp()
827 if (matching_resp->certStatus->type != 0) { in check_ocsp_resp()
/third_party/openssl/crypto/ocsp/
Docsp_local.h142 OCSP_CERTSTATUS *certStatus; member
Docsp_asn.c95 ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
Docsp_srv.c116 cs = single->certStatus; in OCSP_basic_add1_status()
Docsp_prn.c194 cst = single->certStatus; in OCSP_RESPONSE_print()
Docsp_cl.c285 cst = single->certStatus; in OCSP_single_get0_status()