Home
last modified time | relevance | path

Searched refs:HKS_RKC_MK_IV_LEN (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.h31 #define HKS_RKC_MK_IV_LEN 16 /* the tag length of main key */ macro
85 uint8_t mkIv[HKS_RKC_MK_IV_LEN]; /* the IV of main key */
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c245 int32_t ret = InitMkCryptUsageSpec((uint8_t *)ksfDataMk->mkIv, HKS_RKC_MK_IV_LEN, &usageSpec); in ExecuteMkCrypt()
321 struct HksBlob mkIvBlob = { HKS_RKC_MK_IV_LEN, ksfDataMk->mkIv }; in RkcMakeMk()