Searched defs:HKS_RKC_MK_LEN (Results 1 – 3 of 3) sorted by relevance
36 … 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()
65 … 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()
33 #define HKS_RKC_MK_LEN 32 /* the length of main key */ macro