Home
last modified time | relevance | path

Searched refs:AgreeDlSharedSecret (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.h29 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret);
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/
H A Dpake_protocol_dl_common_mock.c36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret() function
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c172 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret() function
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
H A Dpake_v1_protocol_common.c275 res = AgreeDlSharedSecret(params, &params->sharedSecret); in GenerateSessionKey()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp225 res = AgreeDlSharedSecret(baseParams, nullptr);
229 res = AgreeDlSharedSecret(baseParams, nullptr);
233 res = AgreeDlSharedSecret(baseParams, nullptr);
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c397 res = AgreeDlSharedSecret(params, &tmpSharedSecret); in GenerateSharedSecret()