Home
last modified time | relevance | path

Searched refs:publicKey1 (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_agree_ecdh_test_common.cpp82 …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()
Dhuks_agree_dh_test.cpp107 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()
Dhuks_agree_x25519_test.cpp220 …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/
Dhuks_agree_ecdh_test_common.h35 …struct OH_Huks_Blob *publicKey1, struct OH_Huks_Blob *publicKey2, const struct OH_Huks_ParamSet *g…