Home
last modified time | relevance | path

Searched refs:FsHvbGetValueFromCmdLine (Results 1 - 5 of 5) sorted by relevance

/base/startup/init/interfaces/innerkits/fs_manager/dm_verity/
H A Ddm_verity.c47 rc = FsHvbGetValueFromCmdLine(&forceEnable[0], sizeof(forceEnable), HVB_CMDLINE_HVB_FORCE_ENABLE); in HvbDmVerityIsEnable()
52 rc = FsHvbGetValueFromCmdLine(&vBState[0], sizeof(vBState), HVB_CMDLINE_VB_STATE); in HvbDmVerityIsEnable()
/base/startup/init/test/unittest/fs_manager/
H A Dlibfs_hvb_unittest.cpp126 int ret = FsHvbGetValueFromCmdLine(nullptr, sizeof(hashAlg), "ohos.boot.hvb.hash_algo"); in HWTEST_F()
128 ret = FsHvbGetValueFromCmdLine(&hashAlg[0], sizeof(hashAlg), nullptr); in HWTEST_F()
133 ret = FsHvbGetValueFromCmdLine(&hashAlg[0], sizeof(hashAlg), "ohos.boot.hvb.hash_algo"); in HWTEST_F()
/base/startup/init/test/mock/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c23 int FsHvbGetValueFromCmdLine(char *val, size_t size, const char *key) in FsHvbGetValueFromCmdLine() function
29 printf("[Replace]:FsHvbGetValueFromCmdLine in\n"); in FsHvbGetValueFromCmdLine()
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/include/
H A Dfs_hvb.h60 int FsHvbGetValueFromCmdLine(char *val, size_t size, const char *key);
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c70 return FsHvbGetValueFromCmdLine(str, size, HVB_CMDLINE_HASH_ALG); in FsHvbGetHashStr()
75 return FsHvbGetValueFromCmdLine(str, size, HVB_CMDLINE_CERT_DIGEST); in FsHvbGetCertDigstStr()
562 int FsHvbGetValueFromCmdLine(char *val, size_t size, const char *key) in FsHvbGetValueFromCmdLine() function

Completed in 4 milliseconds