Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c74 static mbedtls_x509_crt g_debugModeRootCert; variable
942 mbedtls_x509_crt_init(&g_debugModeRootCert); in LoadDebugModeRootCert()
943 int32_t rc = mbedtls_x509_crt_parse(&g_debugModeRootCert, DEBUG_MODE_ROOT_CERT_IN_PEM, in LoadDebugModeRootCert()
955 mbedtls_x509_crt_free(&g_debugModeRootCert); in UnLoadDebugModeRootCert()
1056 rc = VerifyClicert(clicert, &g_debugModeRootCert, pkcs7); in PKCS7_VerifyCertsChain()