Searched refs:publicKey1 (Results 1 – 4 of 4) sorted by relevance
/test/xts/acts/security/huks_napi_BasicTest/src/ |
D | huks_agree_ecdh_test_common.cpp | 82 …struct OH_Huks_Blob *publicKey1, struct OH_Huks_Blob *publicKey2, const struct OH_Huks_ParamSet *g… in HksEcdhAgreeExport() argument 84 OH_Huks_Result ret = OH_Huks_ExportPublicKeyItem(keyAlias1, genParamSet, publicKey1); in HksEcdhAgreeExport()
|
D | huks_agree_dh_test.cpp | 107 struct OH_Huks_Blob *publicKey1, struct OH_Huks_Blob *publicKey2, in HksDhAgreeExport() argument 110 OH_Huks_Result ret = OH_Huks_ExportPublicKeyItem(keyAlias1, genParamSet, publicKey1); in HksDhAgreeExport()
|
D | huks_agree_x25519_test.cpp | 220 …struct OH_Huks_Blob *publicKey1, struct OH_Huks_Blob *publicKey2, const struct OH_Huks_ParamSet *g… in HksX25519AgreeExport() argument 222 OH_Huks_Result ret = OH_Huks_ExportPublicKeyItem(keyAlias1, genParamSet, publicKey1); in HksX25519AgreeExport()
|
/test/xts/acts/security/huks_napi_BasicTest/include/ |
D | huks_agree_ecdh_test_common.h | 35 …struct OH_Huks_Blob *publicKey1, struct OH_Huks_Blob *publicKey2, const struct OH_Huks_ParamSet *g…
|