Home
last modified time | relevance | path

Searched refs:thisUpdate (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c134 ASN1_GENERALIZEDTIME *thisUpdate; member
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
754 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp()
813 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_local.h202 ASN1_GENERALIZEDTIME *thisUpdate; member
H A Docsp_srv.c158 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
H A Docsp_prn.c281 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_cl.c341 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
H A Docsp_asn.c679 .offset = offsetof(OCSP_SINGLERESP, thisUpdate),