Home
last modified time | relevance | path

Searched defs:agreeKey (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/test/unittest/src/liteos_a_adapter/
Dhks_agreement_test.cpp117 struct HksBlob *agreeKey = NULL; variable
171 struct HksBlob *agreeKey = NULL; variable
/base/security/huks/test/unittest/src/liteos_m_adapter/
Dhks_agreement_test.c120 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local
175 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local
/base/security/huks/interfaces/innerkits/huks_standard/test/unittest/src/
Dhks_agreement_test.cpp114 struct HksBlob *agreeKey = NULL; variable
/base/security/huks/frameworks/huks_standard/main/crypto_engine/test/unittest/
Dhks_crypto_hal_api_openssl.cpp488 HksBlob agreeKey = { .size = 0, .data = nullptr }; variable
521 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable
550 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable
/base/security/huks/test/stability/src/
Dpressure_test.cpp706 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable
1172 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable
Dapi_pressure_test.cpp734 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… in AgreeKeyTest() local
889 HksBlob agreeKey = { .size = TEST_KEY_SIZE, .data = (uint8_t *)HksMalloc(TEST_KEY_SIZE) }; in AgreeScene() local