Home
last modified time | relevance | path

Searched refs:HKS_RKC_SALT_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc_rw.h29 #define HKS_RKC_SALT_LEN 32 /* the salt length of root key component */ macro
75 uint8_t rmkSalt[HKS_RKC_SALT_LEN]; /* the salt which derive root main key */
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c182 const struct HksBlob salt = { HKS_RKC_SALT_LEN, (uint8_t *)(ksfDataRkc->rmkSalt) }; in RkcDeriveRmk()
461 struct HksBlob salt = { HKS_RKC_SALT_LEN, ksfDataRkcWithVer->ksfDataRkc.rmkSalt }; in FillKsfDataRkcWithVer()
H A Dhks_rkc_v1.c165 const struct HksBlob salt = { HKS_RKC_SALT_LEN, (uint8_t *)(ksfDataRkc->rmkSalt) }; in RkcDeriveRmkV1()