Searched refs:agreedKey (Results 1 – 6 of 6) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_api_performance.c | 171 const struct HksBlob *peerPublicKey, struct HksBlob *agreedKey, uint32_t performTimes) in HksAgreeKeyRun() argument 175 if (agreedKey != NULL) { in HksAgreeKeyRun() 176 oriAgreedKeySize = agreedKey->size; in HksAgreeKeyRun() 180 if (agreedKey != NULL) { in HksAgreeKeyRun() 181 (void)memset_s(agreedKey->data, oriAgreedKeySize, 0, oriAgreedKeySize); in HksAgreeKeyRun() 182 agreedKey->size = oriAgreedKeySize; in HksAgreeKeyRun() 184 ret = HksAgreeKey(paramSet, privateKey, peerPublicKey, agreedKey); in HksAgreeKeyRun()
|
/test/xts/acts/security/huks_napi_BasicTest/include/ |
D | huks_three_stage_test_common.h | 94 struct OH_Huks_Blob *agreedKey);
|
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_agreement_test.cpp | 78 struct HksBlob *peerPublicKey, struct HksBlob *agreedKey) in AgreeKey() argument 91 ret = HksAgreeKeyRun(agreeParamSet, privateKey, peerPublicKey, agreedKey, 1); in AgreeKey()
|
/test/xts/acts/security_lite/huks/common/include/ |
D | hks_test_api_performance.h | 49 const struct HksBlob *peerPublicKey, struct HksBlob *agreedKey, uint32_t performTimes);
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_agreement_test.c | 105 struct HksBlob *peerPublicKey, struct HksBlob *agreedKey) in AgreeKey() argument 118 ret = HksAgreeKeyRun(agreeParamSet, privateKey, peerPublicKey, agreedKey, 1); in AgreeKey()
|
/test/xts/acts/security/huks_napi_BasicTest/src/ |
D | huks_three_stage_test_common.cpp | 665 … const struct OH_Huks_Blob *peerPublicKey, struct OH_Huks_Blob *agreedKey) in HuksAgreeKey() argument 688 ret = OH_Huks_FinishSession(&handle, paramSet, &inData, agreedKey); in HuksAgreeKey()
|