Searched refs:mkEncryptAlg (Results 1 – 4 of 4) sorted by relevance
42 uint32_t mkEncryptAlg; /* the encrption algorithm of main key */ member
84 uint32_t mkEncryptAlg; /* the encrption algorithm of main key */ member
228 ret = ExtractFieldFromBuffer(ksfFromFile, ksfBufOffset, &(ksfDataMk->mkEncryptAlg), in ExtractKsfDataMk()229 sizeof(ksfDataMk->mkEncryptAlg)); in ExtractKsfDataMk()419 …ret = FillFieldToBuffer(&(ksfDataMk->mkEncryptAlg), sizeof(ksfDataMk->mkEncryptAlg), ksfBuf, ksfBu… in FillKsfDataMk()
44 .mkEncryptAlg = HKS_RKC_MK_CRYPT_ALG_AES256_GCM,476 ksfDataMkWithVer->ksfDataMk.mkEncryptAlg = g_hksRkcCfg.mkEncryptAlg; in FillKsfDataMkWithVer()