Home
last modified time | relevance | path

Searched refs:mkEncryptAlg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc.h42 uint32_t mkEncryptAlg; /* the encrption algorithm of main key */ member
H A Dhks_rkc_rw.h84 uint32_t mkEncryptAlg; /* the encrption algorithm of main key */ member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc_rw.c228 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()
H A Dhks_rkc.c44 .mkEncryptAlg = HKS_RKC_MK_CRYPT_ALG_AES256_GCM,
476 ksfDataMkWithVer->ksfDataMk.mkEncryptAlg = g_hksRkcCfg.mkEncryptAlg; in FillKsfDataMkWithVer()