Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c56 static mbedtls_x509_crt g_rootCaG2Cert; variable
773 signer->rootCert = &g_rootCaG2Cert; in BuildSignerCertPath()
919 mbedtls_x509_crt_init(&g_rootCaG2Cert); in LoadRootCert()
920 …rc = mbedtls_x509_crt_parse(&g_rootCaG2Cert, ROOT_CA_G2_CERT_IN_PEM, sizeof(ROOT_CA_G2_CERT_IN_PEM… in LoadRootCert()
935 mbedtls_x509_crt_free(&g_rootCaG2Cert); in UnLoadRootCert()