Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_agreement_test.cpp119 struct HksBlob *agreeKey = NULL; variable
172 struct HksBlob *agreeKey = NULL; variable
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_agreement_test.c121 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local
176 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_agreement_test.cpp119 struct HksBlob *agreeKey = NULL; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_api_openssl.cpp494 HksBlob agreeKey = { .size = 0, .data = nullptr }; variable
527 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable
556 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable
/ohos5.0/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp699 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable
1187 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable
H A Dapi_pressure_test.cpp740 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… in AgreeKeyTest() local
905 HksBlob agreeKey = { .size = TEST_KEY_SIZE, .data = (uint8_t *)HksMalloc(TEST_KEY_SIZE) }; in AgreeScene() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_agree_test.cpp1049 …stAgree(const struct HksBlob *keyAlias, const struct HksBlob *peerPubKey, struct HksBlob *agreeKey) in TestAgree()