Searched refs:g_debugModeRootCert (Results 1 – 1 of 1) sorted by relevance
74 static mbedtls_x509_crt g_debugModeRootCert; variable942 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()