Home
last modified time | relevance | path

Searched refs:g_ohosRootCert (Results 1 - 1 of 1) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c91 static mbedtls_x509_crt g_ohosRootCert; variable
961 mbedtls_x509_crt_init(&g_ohosRootCert); in LoadSelfSignedCert()
962 int32_t rc = mbedtls_x509_crt_parse(&g_ohosRootCert, OHOS_ROOT_CERT_IN_PEM, sizeof(OHOS_ROOT_CERT_IN_PEM)); in LoadSelfSignedCert()
974 mbedtls_x509_crt_free(&g_ohosRootCert); in UnLoadSelfSignedCert()
1076 rc = VerifyClicert(clicert, &g_ohosRootCert, pkcs7); in PKCS7_VerifyCertsChain()

Completed in 3 milliseconds