Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_openssl.c300 const char *thisUpdate = (const char *)(time->data); in GetLastUpdate() local
301 if (thisUpdate == NULL || strlen(thisUpdate) > HCF_MAX_STR_LEN) { in GetLastUpdate()
305 uint32_t length = strlen(thisUpdate) + 1; in GetLastUpdate()
311 (void)memcpy_s(out->data, length, thisUpdate, length); in GetLastUpdate()
H A Dx509_cert_chain_openssl.c860 ASN1_GENERALIZEDTIME *thisUpdate = NULL; in ParseResp() local
870 if (OCSP_resp_find_status(bs, certId, &ocspStatus, NULL, NULL, &thisUpdate, &nextUpdate) == 1) { in ParseResp()