Home
last modified time | relevance | path

Searched defs:HKS_RKC_MK_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrkc_fuzzer/
H A Dhksrkc_fuzzer.cpp36 … void TestGetMkFromOldKsfFile(const HksBlob *oldKsfBlob, const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestGetMkFromOldKsfFile()
50 …d TestStoreNewKsfFile(HksBlob *rkcBlob, HksBlob *mkBlob, const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestStoreNewKsfFile()
70 const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestGetMkFromNewKsfFile()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_two/
H A Dhks_upgrade_rkc_test.cpp65 … void TestGetMkFromOldKsfFile(const HksBlob *oldKsfBlob, const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestGetMkFromOldKsfFile()
81 …d TestStoreNewKsfFile(HksBlob *rkcBlob, HksBlob *mkBlob, const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestStoreNewKsfFile()
106 const uint8_t mkPlaintext[HKS_RKC_MK_LEN]) in TestGetMkFromNewKsfFile()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc_rw.h33 #define HKS_RKC_MK_LEN 32 /* the length of main key */ macro