Searched refs:HKS_RKC_MK_CIPHER_TEXT_LEN (Results 1 – 3 of 3) sorted by relevance
32 #define HKS_RKC_MK_CIPHER_TEXT_LEN 48 /* the cipher length of main key */ macro86 uint8_t mkCiphertext[HKS_RKC_MK_CIPHER_TEXT_LEN]; /* the ciphertext of main key */
215 …struct HksBlob mkCipherText = { HKS_RKC_MK_CIPHER_TEXT_LEN, (uint8_t *)validKsfData->ksfDataMk.mkC… in RkcLoadKsfV1()276 …struct HksBlob cipherTextBlob = { HKS_RKC_MK_CIPHER_TEXT_LEN, newKsfDataMkWithVer->ksfDataMk.mkCip… in UpgradeV1ToV2()
325 struct HksBlob cipherTextBlob = { HKS_RKC_MK_CIPHER_TEXT_LEN, ksfDataMk->mkCiphertext }; in RkcMakeMk()429 …struct HksBlob mkCipherText = { HKS_RKC_MK_CIPHER_TEXT_LEN, validKsfDataMkWithVer->ksfDataMk.mkCip… in RkcLoadKsf()