Searched refs:HksKsfDataMk (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/ |
H A D | hks_rkc_rw.h | 81 struct HksKsfDataMk { struct 99 struct HksKsfDataMk ksfDataMk; /* fields of main key */ argument 116 …fDataMk(const struct HksBlob *ksfFromFile, uint32_t *ksfBufOffset, struct HksKsfDataMk *ksfDataMk);
|
H A D | hks_rkc.h | 68 int32_t ExecuteMkCrypt(const struct HksKsfDataMk *ksfDataMk, const struct HksBlob *rmk, 71 int32_t RkcMkCrypt(const struct HksKsfDataRkc *ksfDataRkc, const struct HksKsfDataMk *ksfDataMk,
|
H A D | hks_rkc_v1.h | 26 struct HksKsfDataMk ksfDataMk; /* fields of main key */
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
H A D | hks_rkc.c | 239 int32_t ExecuteMkCrypt(const struct HksKsfDataMk *ksfDataMk, const struct HksBlob *rmk, in ExecuteMkCrypt() 267 int32_t RkcMkCrypt(const struct HksKsfDataRkc *ksfDataRkc, const struct HksKsfDataMk *ksfDataMk, in RkcMkCrypt() 306 static int32_t RkcMakeMk(struct HksKsfDataRkc *ksfDataRkc, struct HksKsfDataMk *ksfDataMk) in RkcMakeMk()
|
H A D | hks_rkc_rw.c | 213 …sfDataMk(const struct HksBlob *ksfFromFile, uint32_t *ksfBufOffset, struct HksKsfDataMk *ksfDataMk) in ExtractKsfDataMk() 408 static int32_t FillKsfDataMk(const struct HksKsfDataMk *ksfDataMk, struct HksBlob *ksfBuf, uint32_t… in FillKsfDataMk()
|