Home
last modified time | relevance | path

Searched defs:IsRevoked (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_crl.c101 static bool IsRevoked(HcfCrl *self, const HcfCertificate *cert) in IsRevoked() function
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_openssl.c96 static bool IsRevoked(HcfX509CrlSpi *self, const HcfCertificate *cert) in IsRevoked() function
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c984 static int32_t IsRevoked(const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl) in IsRevoked() function
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp291 napi_value NapiX509Crl::IsRevoked(napi_env env, napi_callback_info info) in IsRevoked() function in OHOS::CertFramework::NapiX509Crl