Searched refs:GetRevocationDate (Results 1 – 3 of 3) sorted by relevance
38 napi_value GetRevocationDate(napi_env env, napi_callback_info info);
148 static CfResult GetRevocationDate(HcfX509CrlEntry *self, CfBlob *out) in GetRevocationDate() function388 returnCRLEntry->base.getRevocationDate = GetRevocationDate; in HcfCX509CRLEntryCreate()
270 napi_value NapiX509CrlEntry::GetRevocationDate(napi_env env, napi_callback_info info) in GetRevocationDate() function in OHOS::CertFramework::NapiX509CrlEntry537 return x509CrlEntry->GetRevocationDate(env, info); in NapiGetRevocationDate()