Home
last modified time | relevance | path

Searched refs:rmkHashAlg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c42 .rmkHashAlg = HKS_RKC_RMK_HMAC_SHA256,
183 ret = RkcHkdfHmac(ksfDataRkc->rmkHashAlg, &rawKey, &salt, ksfDataRkc->rmkIter, rmk); in RkcDeriveRmk()
453 ksfDataRkcWithVer->ksfDataRkc.rmkHashAlg = g_hksRkcCfg.rmkHashAlg; in FillKsfDataRkcWithVer()
H A Dhks_rkc_rw.c206 …eldFromBuffer(ksfFromFile, ksfBufOffset, &(ksfDataRkc->rmkHashAlg), sizeof(ksfDataRkc->rmkHashAlg)… in ExtractKsfDataRkc()
398 …ret = FillFieldToBuffer(&(ksfDataRkc->rmkHashAlg), sizeof(ksfDataRkc->rmkHashAlg), ksfBuf, ksfBufO… in FillKsfDataRkc()
H A Dhks_rkc_v1.c166 ret = RkcPbkdf2Hmac(ksfDataRkc->rmkHashAlg, &rawKey, &salt, ksfDataRkc->rmkIter, rmk); in RkcDeriveRmkV1()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc.h40 …uint32_t rmkHashAlg; /* the hash algorithm which derive Root Main K… member
H A Dhks_rkc_rw.h76 …uint32_t rmkHashAlg; /* the hash algorithm which derive root main k… member