Home
last modified time | relevance | path

Searched refs:HKS_MK_VER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc_rw.h22 #define HKS_MK_VER 2 /* the version of main key */ macro
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c35 .mkVersion = HKS_MK_VER,
389 if (mkVersion == HKS_MK_VER) { in UpgradeMkIfNeeded()