Searched refs:rmkIter (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
H A D | hks_rkc.c | 41 .rmkIter = HKS_RKC_RMK_ITER, 183 ret = RkcHkdfHmac(ksfDataRkc->rmkHashAlg, &rawKey, &salt, ksfDataRkc->rmkIter, rmk); in RkcDeriveRmk() 452 ksfDataRkcWithVer->ksfDataRkc.rmkIter = g_hksRkcCfg.rmkIter; in FillKsfDataRkcWithVer()
|
H A D | hks_rkc_rw.c | 198 …actFieldFromBuffer(ksfFromFile, ksfBufOffset, &(ksfDataRkc->rmkIter), sizeof(ksfDataRkc->rmkIter)); in ExtractKsfDataRkc() 390 …ret = FillFieldToBuffer(&(ksfDataRkc->rmkIter), sizeof(ksfDataRkc->rmkIter), ksfBuf, ksfBufOffset); in FillKsfDataRkc()
|
H A D | hks_rkc_v1.c | 166 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 D | hks_rkc.h | 39 …uint32_t rmkIter; /* the iterator number of times which derive R… member
|
H A D | hks_rkc_rw.h | 74 …uint32_t rmkIter; /* the iterator number of times which derive r… member
|