Home
last modified time | relevance | path

Searched defs:oldKsfBlob (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrkc_fuzzer/
H A Dhksrkc_fuzzer.cpp36 static void TestGetMkFromOldKsfFile(const HksBlob *oldKsfBlob, const uint8_t mkPlaintext[HKS_RKC_MK… in TestGetMkFromOldKsfFile()
119 HksBlob oldKsfBlob = { sizeof(oldKsfFile), oldKsfFile }; in HksUpgradeRkcTest001() local
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_two/
H A Dhks_upgrade_rkc_test.cpp65 static void TestGetMkFromOldKsfFile(const HksBlob *oldKsfBlob, const uint8_t mkPlaintext[HKS_RKC_MK… in TestGetMkFromOldKsfFile()
158 HksBlob oldKsfBlob = { sizeof(oldKsfFile), oldKsfFile }; variable