Searched refs:g_vd (Results 1 – 1 of 1) sorted by relevance
54 static struct hvb_verified_data *g_vd = NULL; variable177 if (g_vd != NULL) { in FsHvbInit()182 rc = hvb_chain_verify(FsHvbGetOps(), FS_HVB_RVT_PARTITION_NAME, NULL, &g_vd); in FsHvbInit()183 if (g_vd == NULL) { in FsHvbInit()190 hvb_chain_verify_data_free(g_vd); in FsHvbInit()191 g_vd = NULL; in FsHvbInit()195 rc = FsHvbCheckCertChainDigest(g_vd->certs, g_vd->num_loaded_certs); in FsHvbInit()198 hvb_chain_verify_data_free(g_vd); in FsHvbInit()199 g_vd = NULL; in FsHvbInit()463 FS_HVB_RETURN_ERR_IF_NULL(g_vd); in FsHvbSetupHashtree()[all …]