Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_chipset_platform_decrypt.h45 PLATFORM_KEY_SHARED_KEY_SIZE = 32, enumerator
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_chipset_platform_decrypt.c223 struct HksBlob sharedKey = { .size = PLATFORM_KEY_SHARED_KEY_SIZE, in HuksCoreChipsetPlatformDecrypt()
224 .data = (uint8_t *)HksMalloc(PLATFORM_KEY_SHARED_KEY_SIZE) }; in HuksCoreChipsetPlatformDecrypt()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp457 std::vector<uint8_t> sharedKeyBuffer(PLATFORM_KEY_SHARED_KEY_SIZE); in Encrypt()
458 …struct HksBlob sharedKey = { .size = PLATFORM_KEY_SHARED_KEY_SIZE, .data = sharedKeyBuffer.data() … in Encrypt()