Home
last modified time | relevance | path

Searched refs:HKS_RKC_MK_CIPHER_TEXT_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.h32 #define HKS_RKC_MK_CIPHER_TEXT_LEN 48 /* the cipher length of main key */ macro
86 uint8_t mkCiphertext[HKS_RKC_MK_CIPHER_TEXT_LEN]; /* the ciphertext of main key */
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc_v1.c215 …struct HksBlob mkCipherText = { HKS_RKC_MK_CIPHER_TEXT_LEN, (uint8_t *)validKsfData->ksfDataMk.mkC… in RkcLoadKsfV1()
276 …struct HksBlob cipherTextBlob = { HKS_RKC_MK_CIPHER_TEXT_LEN, newKsfDataMkWithVer->ksfDataMk.mkCip… in UpgradeV1ToV2()
H A Dhks_rkc.c325 struct HksBlob cipherTextBlob = { HKS_RKC_MK_CIPHER_TEXT_LEN, ksfDataMk->mkCiphertext }; in RkcMakeMk()
429 …struct HksBlob mkCipherText = { HKS_RKC_MK_CIPHER_TEXT_LEN, validKsfDataMkWithVer->ksfDataMk.mkCip… in RkcLoadKsf()