Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_token_manager.h35 int32_t (*computeAndSavePsk)(const PakeParams *); member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_lite_token_manager.c105 .computeAndSavePsk = NULL,
H A Ddas_standard_token_manager.c419 .computeAndSavePsk = ComputeAndSavePskStd,
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c425 res = GetStandardTokenManagerInstance()->computeAndSavePsk(pakeParams); in SaveAuthInfo()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c304 res = GetStandardTokenManagerInstance()->computeAndSavePsk(params); in FillPskWithDerivedKeyHex()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp914 res = standardMgr->computeAndSavePsk(pakeParams);