Searched refs:thisUpdate (Results 1 – 7 of 7) sorted by relevance
169 ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)617 const ASN1_TIME *thisUpdate) in OSSL_CMP_CRLSTATUS_new1() argument647 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() argument780 if (thisUpdate != NULL) in OSSL_CMP_CRLSTATUS_get0()781 *thisUpdate = crlstatus->thisUpdate; in OSSL_CMP_CRLSTATUS_get0()
231 ASN1_TIME *thisUpdate; member
145 ASN1_GENERALIZEDTIME *thisUpdate; member
96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
216 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
273 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
Completed in 23 milliseconds