Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c56 static struct hvb_verified_data *g_vd = NULL; variable
181 if (g_vd != NULL) { in FsHvbInit()
187 if (g_vd == NULL) { in FsHvbInit()
194 hvb_chain_verify_data_free(g_vd); in FsHvbInit()
195 g_vd = NULL; in FsHvbInit()
199 rc = FsHvbCheckCertChainDigest(g_vd->certs, g_vd->num_loaded_certs); in FsHvbInit()
202 hvb_chain_verify_data_free(g_vd); in FsHvbInit()
203 g_vd = NULL; in FsHvbInit()
515 FS_HVB_RETURN_ERR_IF_NULL(g_vd); in FsHvbSetupHashtree()
554 if (g_vd != NULL) { in FsHvbFinal()
[all …]