Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dmft.c67 ASN1_GENERALIZEDTIME *thisUpdate; member
81 ASN1_SIMPLE(Manifest, thisUpdate, ASN1_GENERALIZEDTIME),
346 if (ASN1_STRING_length(mft_asn1->thisUpdate) != GENTIME_LENGTH) { in mft_parse_econtent()
355 if (!x509_get_time(mft_asn1->thisUpdate, &mft->thisupdate)) { in mft_parse_econtent()
/openbsd/lib/libcrypto/ocsp/
H A Docsp_local.h202 ASN1_GENERALIZEDTIME *thisUpdate; member
H A Docsp_srv.c164 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
H A Docsp_prn.c289 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
H A Docsp_cl.c358 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
H A Docsp_asn.c733 .offset = offsetof(OCSP_SINGLERESP, thisUpdate),