Searched defs:agreeKey (Results 1 – 7 of 7) sorted by relevance
119 struct HksBlob *agreeKey = NULL; variable172 struct HksBlob *agreeKey = NULL; variable
121 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local176 struct HksBlob *agreeKey = NULL; in LITE_TEST_CASE() local
119 struct HksBlob *agreeKey = NULL; variable
494 HksBlob agreeKey = { .size = 0, .data = nullptr }; variable527 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable556 HksBlob agreeKey = { .size = sizeof(buff), .data = buff }; variable
699 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable1187 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… variable
740 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… in AgreeKeyTest() local905 HksBlob agreeKey = { .size = TEST_KEY_SIZE, .data = (uint8_t *)HksMalloc(TEST_KEY_SIZE) }; in AgreeScene() local
1049 …stAgree(const struct HksBlob *keyAlias, const struct HksBlob *peerPubKey, struct HksBlob *agreeKey) in TestAgree()