Home
last modified time | relevance | path

Searched refs:InitPakeV2BaseParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.h26 int32_t InitPakeV2BaseParams(int32_t osAccountId, PakeBaseParams *params);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c421 GOTO_IF_ERR(InitPakeV2BaseParams(params->osAccountId, &params->pakeParams)); in InitPakeAuthParams()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c143 int32_t InitPakeV2BaseParams(int32_t osAccountId, PakeBaseParams *params) in InitPakeV2BaseParams() function
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c953 if (InitPakeV2BaseParams(osAccountId, &(spekeSession->baseParam)) != HC_SUCCESS) { in CreateSpekeSession()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1324 res = InitPakeV2BaseParams(DEFAULT_OS_ACCOUNT, nullptr);