Home
last modified time | relevance | path

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

/crypto/cmp/
A Dcmp_asn.c169 ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)
617 const ASN1_TIME *thisUpdate) in OSSL_CMP_CRLSTATUS_new1() argument
647 if (thisUpdate != NULL in OSSL_CMP_CRLSTATUS_new1()
648 && (crlstatus->thisUpdate = ASN1_TIME_dup(thisUpdate)) == NULL) in OSSL_CMP_CRLSTATUS_new1()
757 ASN1_TIME **thisUpdate) in OSSL_CMP_CRLSTATUS_get0() argument
780 if (thisUpdate != NULL) in OSSL_CMP_CRLSTATUS_get0()
781 *thisUpdate = crlstatus->thisUpdate; in OSSL_CMP_CRLSTATUS_get0()
A Dcmp_local.h231 ASN1_TIME *thisUpdate; member
/crypto/ocsp/
A Docsp_local.h145 ASN1_GENERALIZEDTIME *thisUpdate; member
A Docsp_asn.c96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
A Docsp_prn.c216 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
A Docsp_cl.c273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
A Docsp_srv.c104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()

Completed in 23 milliseconds